is-light-background -> has-light-background, doesn't apply to background itself
This commit is contained in:
parent
5e585ddbf2
commit
2479883d3c
2 changed files with 3 additions and 3 deletions
|
@ -720,8 +720,7 @@
|
|||
// signals if it is light
|
||||
var computedBackgroundColor = window.getComputedStyle( element ).backgroundColor;
|
||||
if( computedBackgroundColor && colorBrightness( computedBackgroundColor ) > 128 ) {
|
||||
slide.classList.add( 'is-background-light' );
|
||||
element.classList.add( 'is-background-light' );
|
||||
slide.classList.add( 'has-light-background' );
|
||||
}
|
||||
|
||||
return element;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue