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:
Paul Sealock 2023-12-19 16:44:57 +13:00 committed by GitHub
parent 7ff0e47690
commit 055b1429fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: fix
Comment: No functionality changed, just minor CSS fix no changelog required.

View File

@ -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;