mirror of
https://github.com/penpot/penpot.git
synced 2025-12-23 22:48:40 -05:00
Fix input background being clipped on hover
This commit is contained in:
@@ -17,6 +17,11 @@
|
||||
border-radius: $br-8;
|
||||
cursor: pointer;
|
||||
|
||||
background: transparent;
|
||||
&:hover {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.dropdown-button {
|
||||
@include flexCenter;
|
||||
margin-right: -$s-8;
|
||||
|
||||
Reference in New Issue
Block a user