link 类型的按钮去掉上下边距

This commit is contained in:
2betop 2020-02-24 15:06:05 +08:00
parent 7cf18f78a8
commit 73133642a0
1 changed files with 3 additions and 0 deletions

View File

@ -294,6 +294,9 @@ fieldset:disabled a.#{$ns}Button {
color: $Button--link-color;
text-decoration: $link-decoration;
border: none;
padding-top: 0;
padding-bottom: 0;
height: auto;
@include hover-focus {
color: $Button--link-onHover-color;