Merge pull request #23230 from woocommerce/add/product-metabox-suggestions-tab-icon
add 'plugin' dashicon to metabox suggestions tab, for consistency
This commit is contained in:
commit
14d86a4e55
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -30,8 +30,17 @@ a.suggestion-dismiss::before {
|
|||
|
||||
#woocommerce-product-data ul.wc-tabs li.marketplace-suggestions_tab {
|
||||
|
||||
|
||||
a::before {
|
||||
@include iconbeforedashicons( "\f106" );
|
||||
|
||||
@media only screen and (max-width: 900px) {
|
||||
line-height: 40px;
|
||||
}
|
||||
}
|
||||
|
||||
a span {
|
||||
margin: 0;
|
||||
margin: 0 0.618em;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue