BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
c61c3a08
Commit
c61c3a08
authored
Jun 12, 2017
by
Phil Hughes
Browse files
Options
Browse Files
Download
Plain Diff
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
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
5 deletions
+11
-5
pipelines.scss
app/assets/stylesheets/pages/pipelines.scss
+6
-5
32517-disable-hover-state.yml
changelogs/unreleased/32517-disable-hover-state.yml
+5
-0
No files found.
app/assets/stylesheets/pages/pipelines.scss
View file @
c61c3a08
...
...
@@ -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-colo
r
;
}
a
.build-content
:hover
,
button
.build-content
:hover
{
background-color
:
$stage-hover-bg
;
border
:
1px
solid
$stage-hover-borde
r
;
color
:
$gl-text-color
;
}
...
...
changelogs/unreleased/32517-disable-hover-state.yml
0 → 100644
View file @
c61c3a08
---
title
:
Removes hover style for nodes that are either links or buttons in the pipeline
graph
merge_request
:
author
:
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment