Prefer using bootstrap variable

pull/5665/head
Chocobozzz 2023-03-01 10:20:28 +01:00
parent 2a6a4e79ca
commit ee2aa1260e
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 1 additions and 1 deletions

View File

@ -349,7 +349,6 @@
> .input-group-text { > .input-group-text {
line-height: normal; line-height: normal;
opacity: 0.9; opacity: 0.9;
background-color: pvar(--greyBackgroundColor);
} }
.input-group-text > .dropdown-toggle { .input-group-text > .dropdown-toggle {

View File

@ -43,6 +43,7 @@ $input-btn-focus-color: inherit;
$input-focus-border-color: #ced4da; $input-focus-border-color: #ced4da;
$input-group-addon-color: pvar(--mainForegroundColor); $input-group-addon-color: pvar(--mainForegroundColor);
$input-group-addon-bg: pvar(--greyBackgroundColor);
$nav-pills-link-active-bg: #F0F0F0; $nav-pills-link-active-bg: #F0F0F0;
$nav-pills-link-active-color: #000; $nav-pills-link-active-color: #000;