mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 11:08:45 +08:00
update comment
This commit is contained in:
parent
fe5f8910dd
commit
5203cabb8f
@ -79,8 +79,9 @@
|
||||
filter: blur(1px);
|
||||
/* IE6~IE9 */
|
||||
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
|
||||
// workround for a strange style bug in safari:
|
||||
// https://github.com/ant-design/ant-design/issues/4622
|
||||
// have no clue why this works
|
||||
-webkit-transform: translateZ(0);
|
||||
&:after {
|
||||
content: '';
|
||||
|
Loading…
Reference in New Issue
Block a user