From 3d4addd9efc67400b2b9b708f04d41de15d74b1e Mon Sep 17 00:00:00 2001 From: yanas Date: Mon, 19 Sep 2016 22:07:10 -0500 Subject: [PATCH] Fixes badge font and corrects file name. --- ...ontainer.css => _side_toolbar_container.scss} | 0 css/_toolbars.scss | 16 +++++----------- css/_variables.scss | 2 +- 3 files changed, 6 insertions(+), 12 deletions(-) rename css/{_side_toolbar_container.css => _side_toolbar_container.scss} (100%) diff --git a/css/_side_toolbar_container.css b/css/_side_toolbar_container.scss similarity index 100% rename from css/_side_toolbar_container.css rename to css/_side_toolbar_container.scss diff --git a/css/_toolbars.scss b/css/_toolbars.scss index eca733a16..6100c6ba1 100644 --- a/css/_toolbars.scss +++ b/css/_toolbars.scss @@ -157,15 +157,9 @@ a.button>#avatar { text-overflow: ellipsis; box-sizing: border-box; vertical-align: middle; -} - -/** - * Badge-round element text span. - */ -.badge-round>span { - display: inline-block; - line-height: 11px; - padding: 0 0 2px 0; + // Do not inherit the font-family from the toolbar button, because it's an + // icon style. + font-family: $baseFontFamily; } /** @@ -173,8 +167,8 @@ a.button>#avatar { */ .toolbar .badge-round { position: absolute; - right: 8px; - bottom: 8px; + right: 9px; + bottom: 9px; } /** diff --git a/css/_variables.scss b/css/_variables.scss index 719c410fe..74895928b 100644 --- a/css/_variables.scss +++ b/css/_variables.scss @@ -41,7 +41,7 @@ $buttonBackground: #44A5FF; // Video layout. $videoThumbnailHovered: #44A5FF; -$videoThumbnailSelected: #165ecc; +$videoThumbnailSelected: #165ECC; $participantNameColor: #fff; $thumbnailPictogramColor: #fff; $dominantSpeakerBg: #165ecc;