Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakuya Noguchi <tak.noguchi.iridge@gmail.com>2017-07-12 17:47:54 +0300
committerTakuya Noguchi <tak.noguchi.iridge@gmail.com>2017-07-12 17:50:39 +0300
commit2baef3951c7c94b0347150390a253464c8eb4b8e (patch)
tree3feedf5c89de89156af1c003b788846564c352f4 /app/assets/stylesheets/framework/dropdowns.scss
parent4daa6da5407d235cbe4f7a787eaa29304446a870 (diff)
Enable BangFormat in scss-lint
Diffstat (limited to 'app/assets/stylesheets/framework/dropdowns.scss')
-rw-r--r--app/assets/stylesheets/framework/dropdowns.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss
index dc4ed42544f..b6b4fc98656 100644
--- a/app/assets/stylesheets/framework/dropdowns.scss
+++ b/app/assets/stylesheets/framework/dropdowns.scss
@@ -675,8 +675,8 @@
}
.pika-single {
- position: relative!important;
- top: 0!important;
+ position: relative !important;
+ top: 0 !important;
border: 0;
box-shadow: none;
}