update woocommerce dropdown button (https://github.com/woocommerce/woocommerce-admin/pull/5906)
Co-authored-by: David Levin <davidlevin@Davids-MacBook-Pro-2.local>
This commit is contained in:
parent
080271fb27
commit
36c9454e90
|
@ -17,7 +17,6 @@
|
|||
right: 14px;
|
||||
width: 32px;
|
||||
height: 48px;
|
||||
@include animate-transform;
|
||||
}
|
||||
|
||||
&.is-open {
|
||||
|
@ -30,6 +29,7 @@
|
|||
&:active,
|
||||
&.is-open {
|
||||
background-color: $gray-100;
|
||||
border-color: $gray-700;
|
||||
}
|
||||
|
||||
&.is-multi-line .woocommerce-dropdown-button__labels {
|
||||
|
|
Loading…
Reference in New Issue