mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-08 01:53:34 +08:00
Remove unneccessary reset style of button
This commit is contained in:
parent
5f5986481e
commit
455b9e40e0
@ -12,7 +12,6 @@
|
|||||||
// Button styles
|
// Button styles
|
||||||
// -----------------------------
|
// -----------------------------
|
||||||
.@{btn-prefix-cls} {
|
.@{btn-prefix-cls} {
|
||||||
.reset-component;
|
|
||||||
.btn;
|
.btn;
|
||||||
.btn-default;
|
.btn-default;
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user