File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 3131// -------------------------------------------------------------------------------
3232
3333@mixin ionic-link {
34+ color : globals .$ionic-color-info-400 ;
35+
36+ text-decoration : none ;
37+
3438 @include link-shared ;
3539
3640 // Link: Standalone - Hover
4246 }
4347 }
4448
45- color : globals .$ionic-color-info-400 ;
46-
47- text-decoration : none ;
48-
4949 // Link: Standalone - Focus
5050 // -------------------------------------------------------------------------------
5151
@@ -77,6 +77,10 @@ a.ionic-link,
7777// -------------------------------------------------------------------------------
7878
7979@mixin ionic-link-underline {
80+ color : currentColor ;
81+
82+ text-decoration : underline ;
83+
8084 @include link-shared ;
8185
8286 // Link: Underline - Hover
@@ -88,10 +92,6 @@ a.ionic-link,
8892 }
8993 }
9094
91- color : currentColor ;
92-
93- text-decoration : underline ;
94-
9595 // Link: Underline - Focus
9696 // -------------------------------------------------------------------------------
9797
You can’t perform that action at this time.
0 commit comments