Admin.scss: Provide image-mask for Chrome (#42853)
* add mask-image * Add changefile(s) from automation for the following project(s): woocommerce --------- Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
parent
7ff0e47690
commit
055b1429fe
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: fix
|
||||
Comment: No functionality changed, just minor CSS fix no changelog required.
|
||||
|
|
@ -4642,6 +4642,8 @@ table.wc-shipping-classes {
|
|||
&::before {
|
||||
content: "";
|
||||
mask: url(../images/icons/move-icon.svg);
|
||||
mask-image: url(../images/icons/move-icon.svg);
|
||||
-webkit-mask-image: url(../images/icons/move-icon.svg);
|
||||
background-color: #1E1E1E;
|
||||
display: block;
|
||||
width: 17px;
|
||||
|
|
Loading…
Reference in New Issue