7 lines
145 B
SCSS
7 lines
145 B
SCSS
@mixin light-hover-active {
|
|
&:hover, &:focus, &:active, &.active {
|
|
background-color: #e3e3e8;
|
|
border-color: #e3e3e8;
|
|
}
|
|
}
|