1
0
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:
Danny Murphy
2022-01-26 04:54:15 +00:00
committed by GitHub
parent f387a4d469
commit 2ffe3bd6ad
9 changed files with 65 additions and 66 deletions

View File

@@ -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,