From a8703b16e749c9a47dc26728a0624162e942ebe7 Mon Sep 17 00:00:00 2001 From: Kasper Moskwiak Date: Fri, 8 Jul 2016 19:05:32 +0200 Subject: [PATCH] keep font-family when .vjs-menu-icon is applied --- lib/videojs-resolution-switcher.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/lib/videojs-resolution-switcher.css b/lib/videojs-resolution-switcher.css index ac03f75..085b11f 100644 --- a/lib/videojs-resolution-switcher.css +++ b/lib/videojs-resolution-switcher.css @@ -1,13 +1,10 @@ -.vjs-resolution-button.vjs-menu-icon { +.vjs-resolution-button.vjs-menu-icon:before { + content: '\f110'; font-family: VideoJS; font-weight: normal; font-style: normal; } -.vjs-resolution-button.vjs-menu-icon:before { - content: '\f110'; -} - .vjs-resolution-button .vjs-resolution-button-label { font-size: 1em; line-height: 3em;