mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-18 11:18:14 +08:00
workaround for table loading style in safari, close #4622
This commit is contained in:
parent
9189d3cc5d
commit
df0426b2c9
@ -79,6 +79,9 @@
|
|||||||
filter: blur(1px);
|
filter: blur(1px);
|
||||||
/* IE6~IE9 */
|
/* IE6~IE9 */
|
||||||
filter: ~"progid\:DXImageTransform\.Microsoft\.Blur(PixelRadius\=1, MakeShadow\=false)"; // lesshint duplicateProperty: false
|
filter: ~"progid\:DXImageTransform\.Microsoft\.Blur(PixelRadius\=1, MakeShadow\=false)"; // lesshint duplicateProperty: false
|
||||||
|
// workround for strange bug in safari, having no clue that why this works
|
||||||
|
// https://github.com/ant-design/ant-design/issues/4622
|
||||||
|
-webkit-transform: translateZ(0);
|
||||||
&:after {
|
&:after {
|
||||||
content: '';
|
content: '';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
Loading…
Reference in New Issue
Block a user