Align the size of the button link with the button
It needs a border, though a transparent one.
This commit is contained in:
parent
45cafda543
commit
0e21a8adb6
1 changed files with 1 additions and 1 deletions
|
@ -560,7 +560,7 @@ hr {
|
||||||
}
|
}
|
||||||
|
|
||||||
&.uk-button-link {
|
&.uk-button-link {
|
||||||
border: initial;
|
border-color: transparent;
|
||||||
|
|
||||||
&:link, &:visited {
|
&:link, &:visited {
|
||||||
color: @link-color;
|
color: @link-color;
|
||||||
|
|
Loading…
Add table
Reference in a new issue