File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 & ,
66 & :hover {
77 // default case: use font size from context
8- font-size : 1 em ;
8+ font-size : inherit ;
99 line-height : inherit ;
1010 }
1111
1212 & .#{$prefix } --link--sm {
13- font-size : $eccgui-size-typo-caption ;
14- line-height : $eccgui-size-typo-caption-lineheight ;
13+ & ,
14+ & :hover {
15+ font-size : $eccgui-size-typo-caption ;
16+ line-height : $eccgui-size-typo-caption-lineheight ;
17+ }
1518 }
1619 & .#{$prefix } --link--md {
17- font-size : $eccgui-size-typo-text ;
18- line-height : $eccgui-size-typo-text-lineheight ;
20+ & ,
21+ & :hover {
22+ font-size : $eccgui-size-typo-text ;
23+ line-height : $eccgui-size-typo-text-lineheight ;
24+ }
1925 }
2026 & .#{$prefix } --link--lg {
21- font-size : $eccgui-size-typo-subtitle ;
22- line-height : $eccgui-size-typo-subtitle-lineheight ;
27+ & ,
28+ & :hover {
29+ font-size : $eccgui-size-typo-subtitle ;
30+ line-height : $eccgui-size-typo-subtitle-lineheight ;
31+ }
2332 }
2433
2534 & :focus {
You can’t perform that action at this time.
0 commit comments