From 96f6278f3e5b35d6e812176c799088f88729a0b0 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Wed, 18 Dec 2019 23:39:07 +0100 Subject: 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 --- client/src/sass/application.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/sass') 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 { @include disable-default-a-behaviour; &.active, &.title-page-single { - font-weight: $font-bold; margin-top: 30px; margin-bottom: 25px; } &.active { + font-weight: $font-bold; border-bottom: 2px solid var(--mainColor); } -- cgit v1.2.3