diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2019-12-18 23:39:07 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2019-12-18 23:39:11 +0100 |
commit | 96f6278f3e5b35d6e812176c799088f88729a0b0 (patch) | |
tree | 6231a912cbe8b7165c72bdbad7cdba079bc0212d /client/src/sass | |
parent | 9650937374f7ac9f884a95a465f8c8c8c966bf71 (diff) | |
download | PeerTube-96f6278f3e5b35d6e812176c799088f88729a0b0.tar.gz PeerTube-96f6278f3e5b35d6e812176c799088f88729a0b0.tar.zst PeerTube-96f6278f3e5b35d6e812176c799088f88729a0b0.zip |
respect video history on explicit playlist click
also correct font-weight for .title-page-single, and tooltip dynamic
text for playlist loop button.
fixes #1889
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/application.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 463aeec5b..751f101ed 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -142,12 +142,12 @@ label { | |||
142 | @include disable-default-a-behaviour; | 142 | @include disable-default-a-behaviour; |
143 | 143 | ||
144 | &.active, &.title-page-single { | 144 | &.active, &.title-page-single { |
145 | font-weight: $font-bold; | ||
146 | margin-top: 30px; | 145 | margin-top: 30px; |
147 | margin-bottom: 25px; | 146 | margin-bottom: 25px; |
148 | } | 147 | } |
149 | 148 | ||
150 | &.active { | 149 | &.active { |
150 | font-weight: $font-bold; | ||
151 | border-bottom: 2px solid var(--mainColor); | 151 | border-bottom: 2px solid var(--mainColor); |
152 | } | 152 | } |
153 | 153 | ||