Commit bd39b441 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch 'update-nav-sidebar-hover' into 'master'

Update nav sidebar hover color to increase contrast

Closes #37660

See merge request gitlab-org/gitlab-ce!14829
parents 490cce63 91c57401
...@@ -6,7 +6,7 @@ $active-background: rgba(0, 0, 0, .04); ...@@ -6,7 +6,7 @@ $active-background: rgba(0, 0, 0, .04);
$active-hover-background: $active-background; $active-hover-background: $active-background;
$active-hover-color: $gl-text-color; $active-hover-color: $gl-text-color;
$inactive-badge-background: rgba(0, 0, 0, .08); $inactive-badge-background: rgba(0, 0, 0, .08);
$hover-background: $white-light; $hover-background: rgba(0, 0, 0, .06);
$hover-color: $gl-text-color; $hover-color: $gl-text-color;
$inactive-color: $gl-text-color-secondary; $inactive-color: $gl-text-color-secondary;
$new-sidebar-width: 220px; $new-sidebar-width: 220px;
...@@ -330,7 +330,7 @@ $new-sidebar-collapsed-width: 50px; ...@@ -330,7 +330,7 @@ $new-sidebar-collapsed-width: 50px;
&.active > a:hover, &.active > a:hover,
&.is-over > a { &.is-over > a {
background-color: $white-light; background-color: $hover-background;
} }
} }
} }
...@@ -344,7 +344,7 @@ $new-sidebar-collapsed-width: 50px; ...@@ -344,7 +344,7 @@ $new-sidebar-collapsed-width: 50px;
position: fixed; position: fixed;
bottom: 0; bottom: 0;
padding: 16px; padding: 16px;
background-color: $gray-normal; background-color: $gray-light;
border: 0; border: 0;
border-top: 2px solid $border-color; border-top: 2px solid $border-color;
color: $gl-text-color-secondary; color: $gl-text-color-secondary;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment