Add note on removing !important when we upgrade vjs later.
This commit is contained in:
parent
61c73f1572
commit
47c5882ac5
1 changed files with 5 additions and 0 deletions
|
@ -526,6 +526,11 @@ video::-internal-media-controls-overlay-cast-button {
|
|||
}
|
||||
}
|
||||
|
||||
// Note: the '!important' above and below this line was added a quick hack
|
||||
// to negate a change in vjs without having to increase specificity here.
|
||||
// It won't be needed in an upcoming version of vjs, as they have updated
|
||||
// their side https://github.com/videojs/video.js/pull/7098#issuecomment-908438543
|
||||
|
||||
&.vjs-layout-small {
|
||||
.vjs-current-time,
|
||||
.vjs-time-divider,
|
||||
|
|
Loading…
Reference in a new issue