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
Prev Previous commit
Next Next commit
Remove theme CSS from keybindings dialog component
  • Loading branch information
sandymcfadden committed Sep 29, 2021
commit a367f2e2b51512838f943fc64290b82f92afefc4
8 changes: 2 additions & 6 deletions lib/dialogs/keybindings/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,8 @@
}
}

body[data-theme='light'] .keybindings kbd {
border: 1px solid black;
}

body[data-theme='dark'] .keybindings kbd {
border: 1px solid white;
.keybindings kbd {
border: 1px solid var(--primary-color);
}

.keybindings__key-item {
Expand Down