@mixin hover-disabled() { &:not(.disabled) { &.active, &:active, &:hover, &:focus { @content; } } }