diff options
author | Chocobozzz <me@florianbigard.com> | 2023-03-01 10:20:28 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-03-01 10:20:28 +0100 |
commit | ee2aa1260e99e2bcf6610c1c04c56f503ccd20c9 (patch) | |
tree | 5a517cb0b85f065967cfd7c224039fd8b4bc533f /client/src | |
parent | 2a6a4e79caa8a81e780d81ba1a9ab3bc65ec7b3a (diff) | |
download | PeerTube-ee2aa1260e99e2bcf6610c1c04c56f503ccd20c9.tar.gz PeerTube-ee2aa1260e99e2bcf6610c1c04c56f503ccd20c9.tar.zst PeerTube-ee2aa1260e99e2bcf6610c1c04c56f503ccd20c9.zip |
Prefer using bootstrap variable
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/sass/bootstrap.scss | 1 | ||||
-rw-r--r-- | client/src/sass/include/_bootstrap-variables.scss | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index 3d9cea473..3b847c75b 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss | |||
@@ -349,7 +349,6 @@ | |||
349 | > .input-group-text { | 349 | > .input-group-text { |
350 | line-height: normal; | 350 | line-height: normal; |
351 | opacity: 0.9; | 351 | opacity: 0.9; |
352 | background-color: pvar(--greyBackgroundColor); | ||
353 | } | 352 | } |
354 | 353 | ||
355 | .input-group-text > .dropdown-toggle { | 354 | .input-group-text > .dropdown-toggle { |
diff --git a/client/src/sass/include/_bootstrap-variables.scss b/client/src/sass/include/_bootstrap-variables.scss index af258dcfa..c4d3897bd 100644 --- a/client/src/sass/include/_bootstrap-variables.scss +++ b/client/src/sass/include/_bootstrap-variables.scss | |||
@@ -43,6 +43,7 @@ $input-btn-focus-color: inherit; | |||
43 | $input-focus-border-color: #ced4da; | 43 | $input-focus-border-color: #ced4da; |
44 | 44 | ||
45 | $input-group-addon-color: pvar(--mainForegroundColor); | 45 | $input-group-addon-color: pvar(--mainForegroundColor); |
46 | $input-group-addon-bg: pvar(--greyBackgroundColor); | ||
46 | 47 | ||
47 | $nav-pills-link-active-bg: #F0F0F0; | 48 | $nav-pills-link-active-bg: #F0F0F0; |
48 | $nav-pills-link-active-color: #000; | 49 | $nav-pills-link-active-color: #000; |