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,13 +545,14 @@
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,
button.build-content:hover {
background-color: $stage-hover-bg; background-color: $stage-hover-bg;
border: 1px solid $stage-hover-border; border: 1px solid $stage-hover-border;
color: $gl-text-color; color: $gl-text-color;
} }
}
// Connect first build in each stage with right horizontal line // Connect first build in each stage with right horizontal line

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: