Make ratings stars 20px to match dashicons native size so they're crisp on all screens. See #26170, props melchoyce.
git-svn-id: https://develop.svn.wordpress.org/trunk@26393 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
88bd8b4d87
commit
c32b78bac1
@ -9358,10 +9358,10 @@ div.star-holder .star-rating {
|
||||
}
|
||||
.star-rating .star {
|
||||
display: inline-block;
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
font-size: 25px;
|
||||
font-size: 20px;
|
||||
line-height: 1;
|
||||
font-family: 'dashicons';
|
||||
text-decoration: inherit;
|
||||
|
Loading…
Reference in New Issue
Block a user