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:
Timmy Crawford 2019-04-08 16:37:01 -07:00 committed by GitHub
commit 14d86a4e55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

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