Merge branch 'fix/unverified-hover-state' into 'master'

unverified hover state color changed to almost-black

See merge request gitlab-org/gitlab-ce!19031
This commit is contained in:
Annabel Gray 2018-05-22 16:32:54 +00:00
commit 5045ca06ac
2 changed files with 9 additions and 0 deletions

View File

@ -329,6 +329,10 @@
&.invalid {
@include status-color($gray-dark, $gray, $gray-darkest);
border-color: $gray-darkest;
&:not(span):hover {
color: $gray;
}
}
}

View File

@ -0,0 +1,5 @@
---
title: Unverified hover state color changed to black
merge_request:
author:
type: fixed