keep font-family when .vjs-menu-icon is applied

This commit is contained in:
Kasper Moskwiak 2016-07-08 19:05:32 +02:00
parent c1a41a4635
commit a8703b16e7

View file

@ -1,13 +1,10 @@
.vjs-resolution-button.vjs-menu-icon { .vjs-resolution-button.vjs-menu-icon:before {
content: '\f110';
font-family: VideoJS; font-family: VideoJS;
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }
.vjs-resolution-button.vjs-menu-icon:before {
content: '\f110';
}
.vjs-resolution-button .vjs-resolution-button-label { .vjs-resolution-button .vjs-resolution-button-label {
font-size: 1em; font-size: 1em;
line-height: 3em; line-height: 3em;