Commit 56190319 authored by Matt Saddington's avatar Matt Saddington

Updating hover state to match other pipeline graph buttons

- Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/322017

Changelog: other
parent 6bd6581a
......@@ -147,7 +147,7 @@
display: block;
&: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);
}
......
---
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