Cursor now changes to a pointer when mousing over stages on Cycle Analytics page

This commit is contained in:
Ryan Harris 2016-12-04 16:30:06 -05:00
parent 89c7db6aec
commit 2c76665274
2 changed files with 6 additions and 0 deletions

View File

@ -247,6 +247,7 @@
&.stage-name {
width: 70%;
cursor: pointer;
}
&.stage-median {

View File

@ -0,0 +1,5 @@
---
title: Changed cursor icon to pointer when mousing over stages on the Cycle Analytics
pages
merge_request:
author: Ryan Harris