mirror of https://github.com/penpot/penpot.git
Fix input background being clipped on hover
This commit is contained in:
parent
42df426375
commit
7e79cf274d
|
|
@ -17,6 +17,11 @@
|
|||
border-radius: $br-8;
|
||||
cursor: pointer;
|
||||
|
||||
background: transparent;
|
||||
&:hover {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.dropdown-button {
|
||||
@include flexCenter;
|
||||
margin-right: -$s-8;
|
||||
|
|
|
|||
Loading…
Reference in New Issue