Merge pull request #3509 from awesomerobot/master
improving the font-rendering issue caused by css transitions in safari
This commit is contained in:
commit
5b22fedbb1
|
@ -725,6 +725,7 @@ $topic-avatar-width: 45px;
|
|||
|
||||
.posts-wrapper {
|
||||
position: relative;
|
||||
-webkit-font-smoothing: subpixel-antialiased;
|
||||
}
|
||||
|
||||
.dropdown {
|
||||
|
|
Loading…
Reference in New Issue