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

This commit is contained in:
Ryan Harris 2016-12-09 23:59:20 -05:00
parent 2a459e7e40
commit 793a717bad

View file

@ -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 {