Skip to content

Commit 1a86136

Browse files
committed
fix font-size issue of disabled link without given URL
1 parent e0b0e11 commit 1a86136

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

src/components/Link/link.scss

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
@include link.link;
33

44
.#{$prefix}--link {
5-
font-size: 1em;
6-
line-height: inherit;
5+
&,
6+
&:hover {
7+
font-size: 1em;
8+
line-height: inherit;
9+
}
710

811
&:focus {
912
outline: none;

0 commit comments

Comments
 (0)