summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-12-14 18:10:26 +0000
committerAlfredo Sumaran <alfredo@gitlab.com>2016-12-14 18:10:26 +0000
commit6910bf29b6a93aaf65ae5fa3261da6df2d03ec44 (patch)
treeb963d48ec328fa30fa12e9742d386a6eb9321141
parent1fca9658ce3f136ec38f6550d5cf4d80a8773731 (diff)
parent793a717bad5491c523d4551ef72287f8be9c1062 (diff)
downloadgitlab-ce-6910bf29b6a93aaf65ae5fa3261da6df2d03ec44.tar.gz
Merge branch '24803-change-cursor-for-ca-stages' into 'master'
Cursor now changes to a pointer when mousing over stages on Cycle Analytics page When mousing over the different stage headers on the Cycle Analytics page, the mouse cursor will now change to a pointer, indicating these sections are clickable. Closes #24803 cc: @awhildy See merge request !7921
-rw-r--r--app/assets/stylesheets/pages/cycle_analytics.scss1
-rw-r--r--changelogs/unreleased/24803-change-cursor-for-ca-stages.yml5
2 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/cycle_analytics.scss b/app/assets/stylesheets/pages/cycle_analytics.scss
index 57146e1fccd..5aef31724e1 100644
--- a/app/assets/stylesheets/pages/cycle_analytics.scss
+++ b/app/assets/stylesheets/pages/cycle_analytics.scss
@@ -232,6 +232,7 @@
&:hover:not(.active) {
background-color: $gray-lightest;
box-shadow: inset 2px 0 0 0 $border-color;
+ cursor: pointer;
}
&:first-child {
diff --git a/changelogs/unreleased/24803-change-cursor-for-ca-stages.yml b/changelogs/unreleased/24803-change-cursor-for-ca-stages.yml
new file mode 100644
index 00000000000..b9d84c0ce31
--- /dev/null
+++ b/changelogs/unreleased/24803-change-cursor-for-ca-stages.yml
@@ -0,0 +1,5 @@
+---
+title: Changed cursor icon to pointer when mousing over stages on the Cycle Analytics
+ pages
+merge_request:
+author: Ryan Harris