Give the icon a background color

Fixes #15673
This commit is contained in:
Mike Jolley 2017-06-19 13:06:54 +01:00
parent 55ca1899ad
commit 85134b91eb
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 { &::before {
@include icon_dashicons( '\f153' ); @include icon_dashicons( '\f153' );
color: #999; color: #999;
background: #fff;
border-radius: 50%;
height: 1em;
width: 1em;
line-height: 1em;
} }
&:hover::before { &:hover::before {