unverified hover state color changed to almost-black
This commit is contained in:
parent
f80ba92265
commit
683f972003
2 changed files with 9 additions and 0 deletions
|
@ -329,6 +329,10 @@
|
||||||
&.invalid {
|
&.invalid {
|
||||||
@include status-color($gray-dark, $gray, $gray-darkest);
|
@include status-color($gray-dark, $gray, $gray-darkest);
|
||||||
border-color: $gray-darkest;
|
border-color: $gray-darkest;
|
||||||
|
|
||||||
|
&:not(span):hover {
|
||||||
|
color: $gray;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
5
changelogs/unreleased/fix-unverified-hover-state.yml
Normal file
5
changelogs/unreleased/fix-unverified-hover-state.yml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: Unverified hover state color changed to black
|
||||||
|
merge_request:
|
||||||
|
author:
|
||||||
|
type: fixed
|
Loading…
Reference in a new issue