.base-input-button { &:not(.disabled) { cursor: pointer; } &:not(.has-error):hover { &.list-button, &.list-button-horizontal, &.list-card { &:not(.selected):not(.no-hover) { position: relative; z-index: 5; @include box-shadow-hover($blue-300); } } } }