Skip to content
Snippets Groups Projects
Commit 8d8e9ce2 authored by Filipa Lacerda's avatar Filipa Lacerda Committed by Phil Hughes
Browse files

Only show hover state on links and buttons

parent 18675f32
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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;
}
 
 
Loading
Loading
---
title: Removes hover style for nodes that are either links or buttons in the pipeline
graph
merge_request:
author:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment