summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-06-16 08:15:01 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-06-16 08:15:01 -0500
commitcfbf88f0298aee71e89650dae368800ea7b235d9 (patch)
tree1f3fe3bdccf041c30b07e9ee49bea75b06f903cd
parente4b32e49411c33aaa754a7adb42339752ebb3eb2 (diff)
downloadgitlab-ce-cfbf88f0298aee71e89650dae368800ea7b235d9.tar.gz
Fix indentation scss-lint errors
-rw-r--r--app/assets/stylesheets/framework/header.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/header.scss b/app/assets/stylesheets/framework/header.scss
index 78e6f5914a5..a7bcb456560 100644
--- a/app/assets/stylesheets/framework/header.scss
+++ b/app/assets/stylesheets/framework/header.scss
@@ -8,8 +8,8 @@
&:hover,
&.highlight {
- fill: lighten($path-color, 25%);
- transition: all 0.1s;
+ fill: lighten($path-color, 25%);
+ transition: all 0.1s;
}
}