mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 09:43:23 +00:00
Cleanup of the SCSS Variables (#1255)
* Clean up variable names and comments * Fix Option Colour - issue #1338 * Update old scss variable name Co-authored-by: Thomas Rittson <trittson@bitwarden.com>
This commit is contained in:
@@ -24,14 +24,14 @@ label:not(.form-check-label):not(.btn),
|
||||
label.bold {
|
||||
font-weight: 600;
|
||||
@include themify($themes) {
|
||||
color: themed("headingColor");
|
||||
color: themed("textHeadingColor");
|
||||
}
|
||||
}
|
||||
|
||||
label.form-check-label,
|
||||
.form-control-file {
|
||||
@include themify($themes) {
|
||||
color: themed("headingColor");
|
||||
color: themed("textHeadingColor");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -78,6 +78,10 @@ label.form-check-label,
|
||||
background-color: themed("inputBackgroundColor");
|
||||
border-color: themed("inputBorderColor");
|
||||
color: themed("inputTextColor");
|
||||
|
||||
option {
|
||||
background-color: themed("backgroundColor");
|
||||
}
|
||||
}
|
||||
|
||||
&:disabled,
|
||||
|
||||
Reference in New Issue
Block a user