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 8d1c8d3 commit 6d058faCopy full SHA for 6d058fa
core/src/css/ionic/link.ionic.scss
@@ -3,6 +3,8 @@
3
// Link: Shared Styles (Standalone & Underline)
4
// -------------------------------------------------------------------------------
5
@mixin link-shared {
6
+ @include globals.typography(globals.$ion-body-action-md);
7
+
8
display: inline-flex;
9
10
align-items: center;
@@ -11,8 +13,6 @@
11
13
12
14
transition: color globals.$ion-transition-time-200 ease-in-out;
15
- font-weight: globals.$ion-font-weight-regular;
-
16
text-decoration-color: inherit;
17
18
text-underline-offset: globals.$ion-scale-050;
0 commit comments