Only show hover state on links and buttons

This commit is contained in:
Filipa Lacerda 2017-06-12 07:54:59 +00:00 committed by Phil Hughes
parent 18675f32fe
commit 8d8e9ce2d2
2 changed files with 11 additions and 5 deletions

View File

@ -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;
} }

View File

@ -0,0 +1,5 @@
---
title: Removes hover style for nodes that are either links or buttons in the pipeline
graph
merge_request:
author: