Commit a59a59fc authored by Devesh Khandelwal's avatar Devesh Khandelwal

Darken project selection dropdown caret on hover.

parent f3231d0f
......@@ -191,6 +191,10 @@ header {
font-size: 10px;
text-align: center;
cursor: pointer;
&:hover {
color: darken($color: $gl-text-color, $amount: 50%);
}
}
.project-item-select {
......
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