5 lines
89 B
CSS
Vendored
5 lines
89 B
CSS
Vendored
input, select, textarea, button, div, a {
|
|
&:focus, &:active {
|
|
outline: none;
|
|
}
|
|
}
|