forked from david-swift/duckling
Reset button appearance using appearance: none
This commit is contained in:
parent
61adc17752
commit
54c75f36a6
@ -34,7 +34,9 @@
|
||||
}
|
||||
|
||||
button {
|
||||
-webkit-appearance: none;
|
||||
float: inline-end;
|
||||
appearance: none;
|
||||
transition: var(--transition);
|
||||
cursor: pointer;
|
||||
border: none;
|
||||
|
||||
@ -157,7 +157,6 @@
|
||||
border: none;
|
||||
border-radius: 999px;
|
||||
background-color: transparent;
|
||||
overflow: hidden;
|
||||
font-weight: bold;
|
||||
font-size: 1rem;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user