Darken project selection dropdown caret on hover.
This commit is contained in:
parent
f3231d0f63
commit
a59a59fcd9
1 changed files with 4 additions and 0 deletions
|
@ -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…
Reference in a new issue