diff options
Diffstat (limited to 'src/sass/components/tooltips.scss')
-rw-r--r-- | src/sass/components/tooltips.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sass/components/tooltips.scss b/src/sass/components/tooltips.scss index 80603bb5..15f11f03 100644 --- a/src/sass/components/tooltips.scss +++ b/src/sass/components/tooltips.scss @@ -3,7 +3,7 @@ // -------------------------------------------------------------- .plyr__tooltip { - background: $plyr-tooltip-bg; + background: $plyr-tooltip-background; border-radius: $plyr-tooltip-radius; bottom: 100%; box-shadow: $plyr-tooltip-shadow; @@ -27,7 +27,7 @@ &::before { border-left: $plyr-tooltip-arrow-size solid transparent; border-right: $plyr-tooltip-arrow-size solid transparent; - border-top: $plyr-tooltip-arrow-size solid $plyr-tooltip-bg; + border-top: $plyr-tooltip-arrow-size solid $plyr-tooltip-background; bottom: -$plyr-tooltip-arrow-size; content: ''; height: 0; |