File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 22
33.button-link {
44 @include font-size (' size-six' );
5+ @include high-contrast-text-decoration ();
56 font-weight : $weight--semibold ;
67 display : inline-block ;
78 padding : $spacer-mini-plus $spacer-small ;
1112 transition : background-color $transition-quick ;
1213 // TODO: add default bg color for themed pages var(--color--accent) once color themes BE is ready
1314
14- @include high-contrast-text-decoration ();
15-
1615 @include reduced-motion () {
1716 transition : none ;
1817 }
Original file line number Diff line number Diff line change 366366*/
367367@mixin button-styles () {
368368 @include font-size (' size-six' );
369+ @include high-contrast-text-decoration ();
369370 display : inline-block ;
370371 text-align : center ;
371372 border : 1px solid var (--color--link );
384385 & :focus {
385386 @include focus-style ();
386387 }
387-
388- @include high-contrast-text-decoration ();
389388}
390389
391390@mixin high-contrast-text-decoration () {
You can’t perform that action at this time.
0 commit comments