2323 // -------------------------------------------------------------------------------
2424
2525 & :visited {
26- color : globals .$ion-semantics-info-500 ;
26+ color : globals .$ion-text-link-visited ;
2727 }
2828}
2929
3030// Link: Standalone
3131// -------------------------------------------------------------------------------
3232
3333@mixin ionic-link {
34- color : globals .$ion-semantics-info-400 ;
34+ color : globals .$ion-text-link-default ;
3535
3636 text-decoration : none ;
3737
5151
5252 & :focus ,
5353 & .ion-focused {
54- outline : 2px solid globals .$ion-semantics-primary-100 ;
54+ outline : 2px solid globals .$ion-text-link-default ; ;
5555 outline-offset : 2px ;
5656
5757 text-decoration : underline ;
6262
6363 & :active ,
6464 & .ion-activated {
65- color : globals .$ion-semantics-info-500 ;
65+ color : globals .$ion-text-link-press ;
6666
6767 text-decoration : underline ;
6868 }
@@ -88,7 +88,7 @@ a.ionic-link,
8888
8989 @media (any-hover : hover) {
9090 & :hover {
91- color : globals .$ion-semantics-info-400 ;
91+ color : globals .$ion-text-link-press ;
9292 }
9393 }
9494
@@ -97,7 +97,7 @@ a.ionic-link,
9797
9898 & :focus ,
9999 & .ion-focused {
100- outline : 2px solid globals .$ion-semantics-primary-100 ;
100+ outline : 2px solid globals .$ion-text-link-default ;
101101 outline-offset : 2px ;
102102
103103 color : currentColor ;
@@ -110,7 +110,7 @@ a.ionic-link,
110110
111111 & :active ,
112112 & .ion-activated {
113- color : globals .$ion-semantics-info-500 ;
113+ color : globals .$ion-text-link-press ;
114114 }
115115}
116116
0 commit comments