From 7d4bf91a35a8faa1b2e409e5a059ba152a30df7e Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Wed, 20 Dec 2017 21:45:06 +0000 Subject: Small fixes --- src/sass/utils/hidden.scss | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/sass/utils') diff --git a/src/sass/utils/hidden.scss b/src/sass/utils/hidden.scss index 4deecf52..f3b46147 100644 --- a/src/sass/utils/hidden.scss +++ b/src/sass/utils/hidden.scss @@ -17,15 +17,13 @@ overflow: hidden; // !important is not always needed - @if $plyr-sr-only-important == true { + @if $plyr-sr-only-important { border: 0 !important; height: 1px !important; padding: 0 !important; position: absolute !important; width: 1px !important; - } - - @if $plyr-sr-only-important == false { + } @else { border: 0; height: 1px; padding: 0; -- cgit v1.2.3