From 502d5977d79148957828cbf313b7ef4c9f31973f Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Sat, 11 Apr 2020 16:23:14 +1000 Subject: Converted to 2 space indentation --- src/sass/utils/hidden.scss | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'src/sass/utils/hidden.scss') diff --git a/src/sass/utils/hidden.scss b/src/sass/utils/hidden.scss index a42c3be8..bdd96173 100644 --- a/src/sass/utils/hidden.scss +++ b/src/sass/utils/hidden.scss @@ -4,25 +4,25 @@ // Screen reader only elements .plyr__sr-only { - clip: rect(1px, 1px, 1px, 1px); - overflow: hidden; + clip: rect(1px, 1px, 1px, 1px); + overflow: hidden; - // !important is not always needed - @if $plyr-sr-only-important { - border: 0 !important; - height: 1px !important; - padding: 0 !important; - position: absolute !important; - width: 1px !important; - } @else { - border: 0; - height: 1px; - padding: 0; - position: absolute; - width: 1px; - } + // !important is not always needed + @if $plyr-sr-only-important { + border: 0 !important; + height: 1px !important; + padding: 0 !important; + position: absolute !important; + width: 1px !important; + } @else { + border: 0; + height: 1px; + padding: 0; + position: absolute; + width: 1px; + } } .plyr [hidden] { - display: none !important; + display: none !important; } -- cgit v1.2.3