fix: top border disappeared under some ie9

This commit is contained in:
郭延豪(708674) 2019-01-03 17:44:23 +08:00 committed by 偏右
parent 1bdb8e5939
commit a46f027b0c

View File

@ -55,6 +55,14 @@
background-clip: padding-box;
border-radius: @border-radius-base;
box-shadow: @box-shadow-base;
box-shadow: ~'0 0 8px @{shadow-color} \9';
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
/* IE10+ */
&-inner {
box-shadow: @box-shadow-base;
}
}
&-title {