button class without default underline
This commit is contained in:
parent
eafa0d3f3c
commit
7b69689169
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@
|
|||
transition-property: background-color, border;
|
||||
transition-duration: var(--transition-duration);
|
||||
transition-timing-function: var(--transition-timing);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.button:hover {
|
||||
|
|
|
|||
Loading…
Reference in a new issue