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,7 +725,8 @@ $topic-avatar-width: 45px;
|
||||||
|
|
||||||
.posts-wrapper {
|
.posts-wrapper {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
-webkit-font-smoothing: subpixel-antialiased;
|
||||||
|
}
|
||||||
|
|
||||||
.dropdown {
|
.dropdown {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
Loading…
Reference in New Issue