diff options
author | Sam Potts <me@sampotts.me> | 2016-05-09 19:11:57 +1000 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2016-05-09 19:11:57 +1000 |
commit | 3470d5f5e69bcb7efc1ad60ea5b57ae1403d58eb (patch) | |
tree | f28714bb7f4985df00e43e6e32afed55d5bc480e /src | |
parent | bb976ccf4b70d738a9480aa9e6ecb7ee70cce737 (diff) | |
parent | 9ff933e53239b3a3a387b029b8962ed8cc6d2c16 (diff) | |
download | plyr-3470d5f5e69bcb7efc1ad60ea5b57ae1403d58eb.tar.lz plyr-3470d5f5e69bcb7efc1ad60ea5b57ae1403d58eb.tar.xz plyr-3470d5f5e69bcb7efc1ad60ea5b57ae1403d58eb.zip |
Merge branch 'master' into develop
# Conflicts:
# src/less/plyr.less
Diffstat (limited to 'src')
-rw-r--r-- | src/scss/plyr.scss | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/scss/plyr.scss b/src/scss/plyr.scss index 746b1834..3d2dc61d 100644 --- a/src/scss/plyr.scss +++ b/src/scss/plyr.scss @@ -76,9 +76,6 @@ &::-moz-range-thumb { @include plyr-range-thumb(); } - &::-moz-focus-outer { - border: 0; - } // Microsoft &::-ms-track { @@ -445,17 +442,16 @@ transform-origin: 50% 100%; transition: transform .2s .1s ease, opacity .2s .1s ease; - // Arrows &::before { + // Arrows content: ''; position: absolute; width: 0; height: 0; left: 50%; transform: translateX(-50%); - } - // The background triangle - &::before { + + // The background triangle bottom: -$plyr-tooltip-arrow-size; border-right: $plyr-tooltip-arrow-size solid transparent; border-top: $plyr-tooltip-arrow-size solid $plyr-tooltip-bg; |