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:
parent
0ffb27abb0
commit
b9f251650b
@ -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))
|
||||
|
||||
--------------------
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user