Merge pull request #15684 from woocommerce/fix/15673

Give the icon a background color
This commit is contained in:
Claudiu Lodromanean 2017-06-19 09:59:35 -07:00 committed by GitHub
commit 489ea9ebf4
3 changed files with 9 additions and 4 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

@ -3284,6 +3284,11 @@ img.help_tip {
&::before {
@include icon_dashicons( '\f153' );
color: #999;
background: #fff;
border-radius: 50%;
height: 1em;
width: 1em;
line-height: 1em;
}
&:hover::before {