Hover on orders view icon, use admin theme color

This commit is contained in:
Panos (Panagiotis) Synetos 2023-07-14 13:52:50 +03:00
parent 81f0f7879d
commit f1ff6b0f3e
No known key found for this signature in database
GPG Key ID: 0404F1D7F00137F9
1 changed files with 1 additions and 1 deletions

View File

@ -2856,7 +2856,7 @@ ul.wc_coupon_list_block {
}
&:hover {
border: 2px solid #00a0d2;
border: 2px solid var(--wp-admin-theme-color);
}
}