Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finish cleaning up CSS from move to CSS variables for colors #3028

Merged
merged 16 commits into from
Oct 1, 2021
Merged
Next Next commit
Remove theme CSS from progress bar component
  • Loading branch information
sandymcfadden committed Sep 29, 2021
commit 0ea6153a39d8b3e47c389e49cd940d38cbed50fe
7 changes: 1 addition & 6 deletions lib/components/progress-bar/style.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
.progress-bar {
@at-root body[data-theme='light'] & {
background-color: var(--secondary-color);
}
@at-root body[data-theme='dark'] & {
background-color: var(--secondary-color);
}
background-color: var(--secondary-color);
}

.progress-bar__bar {
Expand Down