summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/cycle_analytics.scss
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-11-21 16:54:06 -0500
committerAlfredo Sumaran <alfredo@gitlab.com>2016-11-21 16:54:06 -0500
commit04126be808c2e4bf2fca11ede6b228c5a4f2dd74 (patch)
treeccf8dcf246e62495570b7ce454fd458377056d5d /app/assets/stylesheets/pages/cycle_analytics.scss
parent9514018793a5a1de764fca55fa0b03a91cea29db (diff)
downloadgitlab-ce-04126be808c2e4bf2fca11ede6b228c5a4f2dd74.tar.gz
Highlight nav item on hover
Diffstat (limited to 'app/assets/stylesheets/pages/cycle_analytics.scss')
-rw-r--r--app/assets/stylesheets/pages/cycle_analytics.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/cycle_analytics.scss b/app/assets/stylesheets/pages/cycle_analytics.scss
index 24bca55f710..498a8f68e49 100644
--- a/app/assets/stylesheets/pages/cycle_analytics.scss
+++ b/app/assets/stylesheets/pages/cycle_analytics.scss
@@ -215,6 +215,7 @@
border-bottom: 1px solid transparent;
border-right: 1px solid $border-color;
background-color: $gray-light;
+ cursor: default;
&.active {
background-color: transparent;
@@ -228,6 +229,11 @@
}
}
+ &:hover:not(.active) {
+ background-color: $gray-lightest;
+ box-shadow: inset 2px 0 0 0 $border-color;
+ }
+
&:first-child {
border-top: none;
}