Commit 8d8e9ce2 authored by Filipa Lacerda's avatar Filipa Lacerda Committed by Phil Hughes

Only show hover state on links and buttons

parent 18675f32
...@@ -545,12 +545,13 @@ ...@@ -545,12 +545,13 @@
border: 1px solid $border-color; border: 1px solid $border-color;
border-radius: 30px; border-radius: 30px;
background-color: $white-light; background-color: $white-light;
}
&:hover { a.build-content:hover,
background-color: $stage-hover-bg; button.build-content:hover {
border: 1px solid $stage-hover-border; background-color: $stage-hover-bg;
color: $gl-text-color; 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