Commit 0c06c08a authored by Phil Hughes's avatar Phil Hughes

Merge branch '322017-updating-hover-focus-states-on-pipeline-buttons' into 'master'

updating hover state to match other pipeline graph buttons

See merge request gitlab-org/gitlab!60801
parents ed302838 56190319
...@@ -147,7 +147,7 @@ ...@@ -147,7 +147,7 @@
display: block; display: block;
&:hover { &:hover {
box-shadow: inset 0 0 0 0.0625rem $dropdown-toggle-active-border-color; box-shadow: inset 0 0 0 2px var(--gray-400, $gray-400);
background-color: var(--gray-50, $gray-50); background-color: var(--gray-50, $gray-50);
} }
......
---
title: updating hover state to match other pipeline graph buttons
merge_request: 60801
author: Matt Saddington @mattsaddo
type: other
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