@mixin light-hover-active { &:hover, &:focus, &:active, &.active { background-color: #e3e3e8; border-color: #e3e3e8; } }