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:
authorFilipa Lacerda <filipa@gitlab.com>2017-10-10 14:57:56 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-10-10 19:29:35 +0300
commitad80db9799a65814be836aaa4b219b87d93aa433 (patch)
treeff0e236a603ec77a4dbb0aaf6f46daa733c93e8c /app/assets/stylesheets/framework/dropdowns.scss
parent9ac5338b8eb361927ad068486398b92acb0c287e (diff)
Remove not selector increasing specificity of rules
Diffstat (limited to 'app/assets/stylesheets/framework/dropdowns.scss')
-rw-r--r--app/assets/stylesheets/framework/dropdowns.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss
index 5b950ae0ba0..9dcf332eee2 100644
--- a/app/assets/stylesheets/framework/dropdowns.scss
+++ b/app/assets/stylesheets/framework/dropdowns.scss
@@ -749,7 +749,7 @@
margin-bottom: $dropdown-vertical-offset;
}
- li:not(.dropdown-bold-header) {
+ li {
display: block;
padding: 0 1px;