summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-10-05 14:12:23 +0100
committerPhil Hughes <me@iamphill.com>2017-10-05 14:12:23 +0100
commit19d8603d55ab47f0be7e209d6eeb87a632bb6fe1 (patch)
tree5d52f56108829ff749838afd4f9e882b14536077
parentd55216c092fc3d70fc413f74c2f5353fa45bd75a (diff)
downloadgitlab-ce-content-title-link-hover-bg.tar.gz
Fixed the navbar title hover style being applied outside the navbarcontent-title-link-hover-bg
-rw-r--r--app/assets/stylesheets/framework/gitlab-theme.scss2
-rw-r--r--changelogs/unreleased/content-title-link-hover-bg.yml5
2 files changed, 6 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/gitlab-theme.scss b/app/assets/stylesheets/framework/gitlab-theme.scss
index 6b69e8018be..a6bdcf46aa7 100644
--- a/app/assets/stylesheets/framework/gitlab-theme.scss
+++ b/app/assets/stylesheets/framework/gitlab-theme.scss
@@ -95,7 +95,7 @@
}
}
- .title {
+ .navbar .title {
> a {
&:hover,
&:focus {
diff --git a/changelogs/unreleased/content-title-link-hover-bg.yml b/changelogs/unreleased/content-title-link-hover-bg.yml
new file mode 100644
index 00000000000..c4c31c2ad06
--- /dev/null
+++ b/changelogs/unreleased/content-title-link-hover-bg.yml
@@ -0,0 +1,5 @@
+---
+title: Fixed navbar title colors leaking out of the navbar
+merge_request:
+author:
+type: fixed