diff options
author | Chocobozzz <me@florianbigard.com> | 2022-06-10 14:06:52 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-06-10 14:06:52 +0200 |
commit | 1fef6bccd939842408fdd666cc72fed9f2ef6456 (patch) | |
tree | 00eba1190687a3beafc3c8592af31d6f8cab982b /client/src/sass/bootstrap.scss | |
parent | 60d360137158e8be28eb34524122b01dd7da4369 (diff) | |
download | PeerTube-1fef6bccd939842408fdd666cc72fed9f2ef6456.tar.gz PeerTube-1fef6bccd939842408fdd666cc72fed9f2ef6456.tar.zst PeerTube-1fef6bccd939842408fdd666cc72fed9f2ef6456.zip |
Remove secondary color theme
Diffstat (limited to 'client/src/sass/bootstrap.scss')
-rw-r--r-- | client/src/sass/bootstrap.scss | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index 2df2d0680..b4a6b8679 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss | |||
@@ -264,18 +264,6 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/'; | |||
264 | } | 264 | } |
265 | } | 265 | } |
266 | 266 | ||
267 | .btn-outline-tertiary { | ||
268 | color: pvar(--secondaryColor); | ||
269 | border-color: pvar(--secondaryColor); | ||
270 | |||
271 | &:focus-within, | ||
272 | &:focus, | ||
273 | &:hover { | ||
274 | color: pvar(--mainBackgroundColor); | ||
275 | background-color: pvar(--secondaryColor); | ||
276 | } | ||
277 | } | ||
278 | |||
279 | .btn-group.select-button { | 267 | .btn-group.select-button { |
280 | font-weight: $font-semibold; | 268 | font-weight: $font-semibold; |
281 | 269 | ||