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