10 lines
139 B
CSS
Vendored
10 lines
139 B
CSS
Vendored
a {
|
|
color: inherit;
|
|
text-decoration: none;
|
|
}
|
|
|
|
input, select, textarea, button, div, a {
|
|
&:focus, &:active {
|
|
outline: none;
|
|
}
|
|
}
|