Skip to content

Commit

Permalink
style(Popover): remove incorrect box-shadow (ant-design#37030)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrykingxyz authored and gp0119 committed Aug 17, 2022
1 parent 1f85e1d commit dd61a12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/popover/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
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) {
Expand Down

0 comments on commit dd61a12

Please sign in to comment.