Skip to content
Snippets Groups Projects
Commit 6910bf29 authored by Alfredo Sumaran's avatar Alfredo Sumaran
Browse files

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
parents 1fca9658 793a717b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -232,6 +232,7 @@
&:hover:not(.active) {
background-color: $gray-lightest;
box-shadow: inset 2px 0 0 0 $border-color;
cursor: pointer;
}
 
&:first-child {
Loading
Loading
---
title: Changed cursor icon to pointer when mousing over stages on the Cycle Analytics
pages
merge_request:
author: Ryan Harris
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