aboutsummaryrefslogtreecommitdiffstats
path: root/src/sass/utils
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2020-04-11 16:23:14 +1000
committerSam Potts <sam@potts.es>2020-04-11 16:23:14 +1000
commit502d5977d79148957828cbf313b7ef4c9f31973f (patch)
tree71bbffcffc9745c5b672a122f3937519ba67c1c4 /src/sass/utils
parent8f5b59c18cc7837bde9af55d24d12e1fd939043d (diff)
downloadplyr-502d5977d79148957828cbf313b7ef4c9f31973f.tar.lz
plyr-502d5977d79148957828cbf313b7ef4c9f31973f.tar.xz
plyr-502d5977d79148957828cbf313b7ef4c9f31973f.zip
Converted to 2 space indentation
Diffstat (limited to 'src/sass/utils')
-rw-r--r--src/sass/utils/animation.scss2
-rw-r--r--src/sass/utils/hidden.scss34
2 files changed, 18 insertions, 18 deletions
diff --git a/src/sass/utils/animation.scss b/src/sass/utils/animation.scss
index 4a5b6b90..e7b09e1c 100644
--- a/src/sass/utils/animation.scss
+++ b/src/sass/utils/animation.scss
@@ -3,5 +3,5 @@
// --------------------------------------------------------------
.plyr--no-transition {
- transition: none !important;
+ transition: none !important;
}
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;
}