unverified hover state color changed to almost-black

This commit is contained in:
Murat Dogan 2018-05-22 16:32:53 +00:00 committed by Annabel Gray
parent f80ba92265
commit 683f972003
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