Small fixes

This commit is contained in:
Sam Potts
2017-12-20 21:45:06 +00:00
parent ac3d1d1242
commit 7d4bf91a35
11 changed files with 13 additions and 13 deletions

View File

@ -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;