@mixin light-hover-active { border-color: var(--faint-border) !important; &:hover, &:focus, &:active, &.active { background-color: #e3e3e8; } }