Commit 5045ca06 authored by Annabel Gray's avatar Annabel Gray

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

unverified hover state color changed to almost-black

See merge request gitlab-org/gitlab-ce!19031
parents f80ba922 683f9720
......@@ -329,6 +329,10 @@
&.invalid {
@include status-color($gray-dark, $gray, $gray-darkest);
border-color: $gray-darkest;
&:not(span):hover {
color: $gray;
}
}
}
......
---
title: Unverified hover state color changed to black
merge_request:
author:
type: fixed
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