UNPKG
ant-table-ext
Version:
latest (2.13.1)
2.13.1
2.13.0
2.12.0
An extended table based on ant table
github.com/toyang/ant-table-ext
toyang/ant-table-ext
ant-table-ext
/
lib
/
style
/
mixins
/
opacity.less
9 lines
(7 loc)
•
148 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
// Opacity
.opacity
(
@opacity
) {
opacity
:
@opacity
;
// IE8 filter
@opacity-ie:
(
@opacity
*
100
);
filter
:
~"alpha(opacity=@{opacity-ie})"
; }