mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Prefer using bootstrap variable
This commit is contained in:
1
client/src/sass/bootstrap.scss
vendored
1
client/src/sass/bootstrap.scss
vendored
@@ -349,7 +349,6 @@
|
||||
> .input-group-text {
|
||||
line-height: normal;
|
||||
opacity: 0.9;
|
||||
background-color: pvar(--greyBackgroundColor);
|
||||
}
|
||||
|
||||
.input-group-text > .dropdown-toggle {
|
||||
|
||||
@@ -43,6 +43,7 @@ $input-btn-focus-color: inherit;
|
||||
$input-focus-border-color: #ced4da;
|
||||
|
||||
$input-group-addon-color: pvar(--mainForegroundColor);
|
||||
$input-group-addon-bg: pvar(--greyBackgroundColor);
|
||||
|
||||
$nav-pills-link-active-bg: #F0F0F0;
|
||||
$nav-pills-link-active-color: #000;
|
||||
|
||||
Reference in New Issue
Block a user