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:
parent
42df426375
commit
7e79cf274d
1 changed files with 5 additions and 0 deletions
|
@ -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 a new issue