0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-06 14:50:20 -05:00

Fix input background being clipped on hover

This commit is contained in:
Florian Schroedl 2024-05-22 14:17:56 +02:00
parent 42df426375
commit 7e79cf274d

View file

@ -17,6 +17,11 @@
border-radius: $br-8;
cursor: pointer;
background: transparent;
&:hover {
background: transparent;
}
.dropdown-button {
@include flexCenter;
margin-right: -$s-8;