Commit 793a717b authored by Ryan Harris's avatar Ryan Harris

Change cursor type only for inactive stage-nav-items on Cycle Analytics page

parent 2a459e7e
......@@ -215,7 +215,7 @@
border-bottom: 1px solid transparent;
border-right: 1px solid $border-color;
background-color: $gray-light;
cursor: pointer;
cursor: default;
&.active {
background-color: transparent;
......@@ -232,6 +232,7 @@
&:hover:not(.active) {
background-color: $gray-lightest;
box-shadow: inset 2px 0 0 0 $border-color;
cursor: pointer;
}
&:first-child {
......
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