Don't use the weird af "unset" keyword
This commit is contained in:
@ -26,7 +26,7 @@
|
||||
cursor: pointer;
|
||||
border: none;
|
||||
border-radius: var(--rounded-corner-small);
|
||||
background-color: unset;
|
||||
background-color: transparent;
|
||||
padding: 0.5rem;
|
||||
line-height: 0;
|
||||
|
||||
|
Reference in New Issue
Block a user