summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Eipert <git@leipert.io>2018-03-12 10:42:58 +0100
committerLukas Eipert <git@leipert.io>2018-03-12 10:42:58 +0100
commite6e2b155f62adef8a6bef14eb421738d79295422 (patch)
tree7aa022eb914b21d2d29d9638120466d9d6585c20
parent3df319538eec76b3c9473f8641bd8180fcaa16ea (diff)
downloadgitlab-ce-42579-fix-sidebar-dropdown-hover-style.tar.gz
Add reference to gitlab-ce#4404042579-fix-sidebar-dropdown-hover-style
-rw-r--r--app/assets/stylesheets/pages/issuable.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/issuable.scss b/app/assets/stylesheets/pages/issuable.scss
index c8522457431..e21a9f0afc9 100644
--- a/app/assets/stylesheets/pages/issuable.scss
+++ b/app/assets/stylesheets/pages/issuable.scss
@@ -504,7 +504,10 @@
.dropdown-menu {
width: 100%;
- // Overwrite hover style for dropdown items, so that they are not blue
+ /*
+ * Overwrite hover style for dropdown items, so that they are not blue
+ * This should be removed during dev of https://gitlab.com/gitlab-org/gitlab-ce/issues/44040
+ */
li a {
&:hover,
&:active,