mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 12:09:14 +08:00
adjust spin style
This commit is contained in:
parent
989792ed9b
commit
94e8138639
@ -75,8 +75,8 @@
|
||||
|
||||
&-blur {
|
||||
opacity: 0.7;
|
||||
-webkit-filter: blur(1px);
|
||||
filter: blur(1px);
|
||||
-webkit-filter: blur(0.8px);
|
||||
filter: blur(0.8px);
|
||||
|
||||
/* IE6~IE9 */
|
||||
filter: ~"progid\:DXImageTransform\.Microsoft\.Blur(PixelRadius\=1, MakeShadow\=false)"; // lesshint duplicateProperty: false
|
||||
@ -91,7 +91,9 @@
|
||||
right: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
background: transparent;
|
||||
background: #fff;
|
||||
opacity: 0.2;
|
||||
transition: all .3s;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user