From 28b44cf67c54ee73f4c6df6152f5e420f8f1e0a5 Mon Sep 17 00:00:00 2001 From: Lyubomir Marinov Date: Sun, 15 Jan 2017 12:09:02 -0600 Subject: [PATCH] Consistency --- css/_variables.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/_variables.scss b/css/_variables.scss index 0afdea9612..e874bc6449 100644 --- a/css/_variables.scss +++ b/css/_variables.scss @@ -43,14 +43,14 @@ $toolbarBadgeColor: #FFFFFF; $toolbarToggleBackground: #12499C; $splitterToolbarButtonMargin: 18px; -/* +/** * Main controls * TODO: looks like we don't use it */ $inputSemiBackground: rgba(132, 132, 132, .8); $inputLightBackground: #EBEBEB; -/* +/** * Video layout */ $videoThumbnailHovered: rgba(22, 94, 204, .4); @@ -126,4 +126,4 @@ $defaultDarkFontColor: #000; $inputControlEmColor: #f29424; //buttons $linkFontColor: #489afe; -$linkHoverFontColor: #287ade; \ No newline at end of file +$linkHoverFontColor: #287ade;