1
0
mirror of https://github.com/flarum/core.git synced 2025-08-18 22:31:32 +02:00

Revert Chrome image rendering tweak

The Chrome bug appears to have been fixed:
https://bugs.chromium.org/p/chromium/issues/detail?id=562162

This CSS rule makes images look very ugly in Safari, so removing it.

ref #1259
This commit is contained in:
Toby Zerner
2018-07-20 12:03:49 +09:30
parent 7b802a76ba
commit cbe328cdc5
2 changed files with 0 additions and 4 deletions

View File

@@ -14,8 +14,6 @@
height: 100%;
border-radius: 100%;
vertical-align: top;
// Prevent blurriness in Chrome
image-rendering: -webkit-optimize-contrast;
}
}