mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-03 20:49:14 +08:00
fix: add IE 11 css hack (#20643)
This commit is contained in:
parent
f721018ab0
commit
493e987f16
@ -595,4 +595,19 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (-ms-high-contrast: none) {
|
||||
.@{table-prefix-cls} {
|
||||
&-ping-left {
|
||||
.@{table-prefix-cls}-cell-fix-left-last::after {
|
||||
box-shadow: none !important;
|
||||
}
|
||||
}
|
||||
&-ping-right {
|
||||
.@{table-prefix-cls}-cell-fix-right-first::after {
|
||||
box-shadow: none !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@import './radius.less';
|
||||
|
Loading…
Reference in New Issue
Block a user