Skip to content
Snippets Groups Projects
Commit a59a59fc authored by Devesh Khandelwal's avatar Devesh Khandelwal
Browse files

Darken project selection dropdown caret on hover.

parent f3231d0f
Branches
Tags
1 merge request!7412Improvements to hover/active/focus states in header items
Loading
@@ -191,6 +191,10 @@ header {
Loading
@@ -191,6 +191,10 @@ header {
font-size: 10px; font-size: 10px;
text-align: center; text-align: center;
cursor: pointer; cursor: pointer;
&:hover {
color: darken($color: $gl-text-color, $amount: 50%);
}
} }
   
.project-item-select { .project-item-select {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment