Merge pull request #15684 from woocommerce/fix/15673
Give the icon a background color
This commit is contained in:
commit
489ea9ebf4
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue