Fix underline of Button[href], close #9755

This commit is contained in:
afc163 2018-03-23 14:43:19 +08:00
parent 9413f20ef6
commit caf497d08f

View File

@ -205,6 +205,7 @@
&:active,
&.active {
background: @btn-default-bg;
text-decoration: none;
}
}