aboutsummaryrefslogtreecommitdiffstats
path: root/src/sass/utils/hidden.scss
diff options
context:
space:
mode:
authorDanielh112 <Daniel@sbgsportssoftware.com>2020-08-18 11:29:25 +0100
committerDanielh112 <Daniel@sbgsportssoftware.com>2020-08-18 11:29:25 +0100
commitf7e9ee56d2ed5447f59e5548f005fabdab2f0a72 (patch)
treea16300fa62e68b3310ae96e36dba65981f0024ef /src/sass/utils/hidden.scss
parent22af7f16ea4a4269321d29242d63ec23718c92da (diff)
parent423b7b276f1572eb666de32094a9aacd32e87d18 (diff)
downloadplyr-f7e9ee56d2ed5447f59e5548f005fabdab2f0a72.tar.lz
plyr-f7e9ee56d2ed5447f59e5548f005fabdab2f0a72.tar.xz
plyr-f7e9ee56d2ed5447f59e5548f005fabdab2f0a72.zip
Fix merge conflicts
Diffstat (limited to 'src/sass/utils/hidden.scss')
-rw-r--r--src/sass/utils/hidden.scss34
1 files changed, 17 insertions, 17 deletions
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;
}