We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0b0e11 commit 1a86136Copy full SHA for 1a86136
1 file changed
src/components/Link/link.scss
@@ -2,8 +2,11 @@
2
@include link.link;
3
4
.#{$prefix}--link {
5
- font-size: 1em;
6
- line-height: inherit;
+ &,
+ &:hover {
7
+ font-size: 1em;
8
+ line-height: inherit;
9
+ }
10
11
&:focus {
12
outline: none;
0 commit comments