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:
authorAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2018-12-11 23:09:02 +0300
committerAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2018-12-11 23:09:02 +0300
commitf2029dbbcd90d8fe087d406e418cbfe9b127d905 (patch)
tree18e7bf61411db939034e8190579d473f2d5027d4 /app/assets
parent1ee3c06f072924fbad64b2d447f4eb835b8427fd (diff)
parentd26029be5f883a9c1992da190679dc37aa447aef (diff)
Merge branch 'winh-dropdown-item-style' into 'master'
Apply existing dropdown item styles to .dropdown-item class See merge request gitlab-org/gitlab-ce!23663
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/framework/dropdowns.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss
index f273eb9533d..b47b1cb76dc 100644
--- a/app/assets/stylesheets/framework/dropdowns.scss
+++ b/app/assets/stylesheets/framework/dropdowns.scss
@@ -290,6 +290,10 @@
}
}
+ .dropdown-item {
+ @include dropdown-link;
+ }
+
.divider {
height: 1px;
margin: #{$grid-size / 2} 0;