We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d058fa commit dcd33eaCopy full SHA for dcd33ea
core/src/css/ionic/link.ionic.scss
@@ -3,7 +3,7 @@
3
// Link: Shared Styles (Standalone & Underline)
4
// -------------------------------------------------------------------------------
5
@mixin link-shared {
6
- @include globals.typography(globals.$ion-body-action-md);
+ @include globals.typography(globals.$ion-body-action-sm);
7
8
display: inline-flex;
9
@@ -80,10 +80,10 @@ a,
80
@mixin ionic-link-underline {
81
color: globals.$ion-text-default;
82
83
- text-decoration: underline;
84
-
85
@include link-shared;
86
+ text-decoration: underline;
+
87
// Link: Focus
88
89
0 commit comments