summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/new_sidebar.scss
diff options
context:
space:
mode:
authorTakuya Noguchi <tak.noguchi.iridge@gmail.com>2017-07-08 21:53:12 +0900
committerTakuya Noguchi <tak.noguchi.iridge@gmail.com>2017-07-12 08:17:37 +0900
commit2fb911aafd9e3a84d096568d9f652d04a31329d2 (patch)
treec6853912304b1ecf3643c5f70527860bf06b74e2 /app/assets/stylesheets/new_sidebar.scss
parent420f6b5474e49e17226415250846e48fe514fe0d (diff)
downloadgitlab-ce-2fb911aafd9e3a84d096568d9f652d04a31329d2.tar.gz
Enable SpaceAfterComma in scss-lint
Diffstat (limited to 'app/assets/stylesheets/new_sidebar.scss')
-rw-r--r--app/assets/stylesheets/new_sidebar.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/new_sidebar.scss b/app/assets/stylesheets/new_sidebar.scss
index 96459fe31cc..07b487cd090 100644
--- a/app/assets/stylesheets/new_sidebar.scss
+++ b/app/assets/stylesheets/new_sidebar.scss
@@ -2,12 +2,12 @@
@import 'framework/tw_bootstrap_variables';
@import "bootstrap/variables";
-$active-background: rgba(0,0,0,.04);
+$active-background: rgba(0, 0, 0, .04);
$active-border: $indigo-500;
$active-color: $indigo-700;
$active-hover-background: $active-background;
$active-hover-color: $gl-text-color;
-$inactive-badge-background: rgba(0,0,0,.08);
+$inactive-badge-background: rgba(0, 0, 0, .08);
$hover-background: $indigo-700;
$hover-color: $white-light;
$inactive-color: $gl-text-color-secondary;