summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-04-07 15:56:59 +0100
committerPhil Hughes <me@iamphill.com>2016-04-07 15:56:59 +0100
commit656d8d8865a817e9c01e11f875d6ce1a3d8adebf (patch)
tree76b16eece5118694270ecec896ba55a28f63e6ba
parent45e0565f98f3224caa2221b4cf83bd720a170dd5 (diff)
downloadgitlab-ce-right-sidebar-link-hover.tar.gz
Fixed colour of dropdown link hoverright-sidebar-link-hover
-rw-r--r--app/assets/stylesheets/pages/issuable.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/issuable.scss b/app/assets/stylesheets/pages/issuable.scss
index 88c1b614c74..8b6f37f21b5 100644
--- a/app/assets/stylesheets/pages/issuable.scss
+++ b/app/assets/stylesheets/pages/issuable.scss
@@ -263,6 +263,12 @@
}
}
+ .dropdown-content {
+ a:hover {
+ color: inherit;
+ }
+ }
+
.dropdown-menu-toggle {
width: 100%;
padding-top: 6px;