Make ratings stars 20px to match dashicons native size so they're crisp on all screens. See #26170, props melchoyce.
Built from https://develop.svn.wordpress.org/trunk@26393 git-svn-id: http://core.svn.wordpress.org/trunk@26293 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2c9af1367e
commit
e34a91cb56
|
@ -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;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue