forked from p96170835/amis
link 类型的按钮去掉上下边距
This commit is contained in:
parent
7cf18f78a8
commit
73133642a0
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue