mirror of
https://github.com/penpot/penpot.git
synced 2025-01-07 15:39:42 -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;
|
border-radius: $br-8;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
|
background: transparent;
|
||||||
|
&:hover {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
.dropdown-button {
|
.dropdown-button {
|
||||||
@include flexCenter;
|
@include flexCenter;
|
||||||
margin-right: -$s-8;
|
margin-right: -$s-8;
|
||||||
|
|
Loading…
Reference in a new issue