Skip to content

Commit

Permalink
@seescode fixed css failing on IE8 due to incorrect ie8 hack. Fixes #…
Browse files Browse the repository at this point in the history
…3140. Closes #3226.
  • Loading branch information
seescode authored and gkatsev committed Apr 4, 2016
1 parent 68bb36e commit 471529b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ CHANGELOG

## HEAD (Unreleased)
* @vtytar fixed auto-setup failing if taking too long to load ([view](http://github.com/videojs/video.js/pull/3233))
* @seescode fixed css failing on IE8 due to incorrect ie8 hack ([view](http://github.com/videojs/video.js/pull/3226))

--------------------

Expand Down
2 changes: 1 addition & 1 deletion src/css/components/_control-bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
// fonts to show/hide properly.
// - "\9" IE8 hack didn't work for this
// Found in XP IE8 from http://modern.ie. Does not show up in "IE8 mode" in IE9
$ie8screen: "\0screen";
$ie8screen: "\\0screen";
.vjs-user-inactive.vjs-playing .vjs-control-bar :before {
@media #{$ie8screen} { content: ""; }
}
Expand Down

0 comments on commit 471529b

Please sign in to comment.