pingcrm/resources/css/reset.css

11 lines
139 B
CSS
Raw Normal View History

2019-03-18 08:53:00 -03:00
a {
color: inherit;
text-decoration: none;
}
input, select, textarea, button, div, a {
&:focus, &:active {
outline: none;
}
}