13 lines
170 B
CSS
13 lines
170 B
CSS
.no-style {
|
|
background: none;
|
|
border: none;
|
|
padding: 0;
|
|
font: inherit;
|
|
color: inherit;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.no-style:focus {
|
|
outline: none;
|
|
}
|