Commit 2a459e7e authored by Ryan Harris's avatar Ryan Harris

Changed cursor for stage-nav-item instead of just stage-name

parent 2c766652
...@@ -215,7 +215,7 @@ ...@@ -215,7 +215,7 @@
border-bottom: 1px solid transparent; border-bottom: 1px solid transparent;
border-right: 1px solid $border-color; border-right: 1px solid $border-color;
background-color: $gray-light; background-color: $gray-light;
cursor: default; cursor: pointer;
&.active { &.active {
background-color: transparent; background-color: transparent;
...@@ -247,7 +247,6 @@ ...@@ -247,7 +247,6 @@
&.stage-name { &.stage-name {
width: 70%; width: 70%;
cursor: pointer;
} }
&.stage-median { &.stage-median {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment