Merge pull request #17743 from ant-design/fix-danger-ghost-button

fix: Button danger style when type is ghost
This commit is contained in:
偏右 2019-07-19 17:50:26 +08:00 committed by GitHub
commit 896e4e8fad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -167,7 +167,7 @@
}
&-background-ghost&-danger {
.button-variant-ghost(@btn-danger-color);
.button-variant-ghost(@btn-danger-border);
}
&-background-ghost&-link {