Merge pull request woocommerce/woocommerce-admin#1569 from woocommerce/fix/1568-filters-button-styling
Add margin to advanced filters Add button
This commit is contained in:
commit
69cdb7996c
|
@ -164,6 +164,7 @@
|
|||
|
||||
svg {
|
||||
fill: currentColor;
|
||||
margin: 0 6px 0 0;
|
||||
}
|
||||
|
||||
&.components-icon-button:not(:disabled):not([aria-disabled='true']):not(.is-default):hover {
|
||||
|
|
Loading…
Reference in New Issue