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