diff options
author | Chocobozzz <me@florianbigard.com> | 2022-01-03 15:17:17 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-01-03 15:17:17 +0100 |
commit | a8454bb26c4abdb4e1f08ded492e987601bba2eb (patch) | |
tree | ba114cb41482ff3c93ed052386e096295a13af87 /client/src/sass | |
parent | 948f7347618eb552af291714ece5950087de13a3 (diff) | |
download | PeerTube-a8454bb26c4abdb4e1f08ded492e987601bba2eb.tar.gz PeerTube-a8454bb26c4abdb4e1f08ded492e987601bba2eb.tar.zst PeerTube-a8454bb26c4abdb4e1f08ded492e987601bba2eb.zip |
Fix button group
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/bootstrap.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index b6aeb8ca2..432e23e92 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss | |||
@@ -334,7 +334,7 @@ ngb-tooltip-window { | |||
334 | } | 334 | } |
335 | } | 335 | } |
336 | 336 | ||
337 | .btn-group { | 337 | .btn-group.select-button { |
338 | font-weight: $font-semibold; | 338 | font-weight: $font-semibold; |
339 | 339 | ||
340 | .active { | 340 | .active { |