1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-02 06:32:07 +02:00

@mister-ben made $primary-foreground-color a !default sass var. closes #3003

This commit is contained in:
45aff0062cf1b0e55a6532b0a513db6be3952d17 2016-01-25 19:34:53 -05:00 committed by Gary Katsevman
parent 0ffb27abb0
commit b9f251650b
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@ CHANGELOG
* @OwenEdwards added ClickableComponent. Fixed keyboard operation of buttons ([view](https://github.com/videojs/video.js/pull/3032))
* @OwenEdwards Fixed menu keyboard access and ARIA labeling for screen readers ([view](https://github.com/videojs/video.js/pull/3033))
* @OwenEdwards Fixed volume menu keyboard access ([view](https://github.com/videojs/video.js/pull/3034))
* @mister-ben made $primary-foreground-color a !default sass var ([view](https://github.com/videojs/video.js/pull/3003))
--------------------

View File

@ -1,5 +1,5 @@
// Text, icons, hover states
$primary-foreground-color: #fff;
$primary-foreground-color: #fff !default;
// Control backgrounds (control bar, big play, menus)
$primary-background-color: #2B333F !default;