Remove unneccessary reset style of button

This commit is contained in:
afc163 2018-01-04 10:09:13 +08:00
parent 5f5986481e
commit 455b9e40e0
2 changed files with 0 additions and 2 deletions

View File

@ -12,7 +12,6 @@
// Button styles // Button styles
// ----------------------------- // -----------------------------
.@{btn-prefix-cls} { .@{btn-prefix-cls} {
.reset-component;
.btn; .btn;
.btn-default; .btn-default;

View File

@ -139,7 +139,6 @@
// -------------------------------------------------- // --------------------------------------------------
.btn() { .btn() {
display: inline-block; display: inline-block;
margin-bottom: 0;
font-weight: @btn-font-weight; font-weight: @btn-font-weight;
text-align: center; text-align: center;
touch-action: manipulation; touch-action: manipulation;