Commit c61c3a08 authored by Phil Hughes's avatar Phil Hughes

Merge branch '32517-disable-hover-state' into 'master'

Only show hover state on links and buttons

Closes #32517

See merge request !12051
parents 18675f32 8d8e9ce2
......@@ -545,12 +545,13 @@
border: 1px solid $border-color;
border-radius: 30px;
background-color: $white-light;
}
&:hover {
background-color: $stage-hover-bg;
border: 1px solid $stage-hover-border;
color: $gl-text-color;
}
a.build-content:hover,
button.build-content:hover {
background-color: $stage-hover-bg;
border: 1px solid $stage-hover-border;
color: $gl-text-color;
}
......
---
title: Removes hover style for nodes that are either links or buttons in the pipeline
graph
merge_request:
author:
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