mirror of
git://develop.git.wordpress.org/
synced 2025-03-15 01:19:51 +01:00
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 {
|
.star-rating .star {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 25px;
|
width: 20px;
|
||||||
height: 25px;
|
height: 20px;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
font-size: 25px;
|
font-size: 20px;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
font-family: 'dashicons';
|
font-family: 'dashicons';
|
||||||
text-decoration: inherit;
|
text-decoration: inherit;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user