feat(Popup): add close-icon prop (#4366)

This commit is contained in:
neverland
2019-09-04 22:33:40 +08:00
committed by GitHub
parent f43be4dd86
commit 7b66aef056
8 changed files with 65 additions and 6 deletions
+4
View File
@@ -89,6 +89,10 @@
right: @popup-close-icon-margin;
color: @popup-close-icon-color;
font-size: @popup-close-icon-size;
&:active {
opacity: .6;
}
}
}
}