Skip to content
Snippets Groups Projects
Commit 14f3af3f authored by Martin Leblanc's avatar Martin Leblanc
Browse files

ISTWCMS-5944: css for pager/pagination links

parent 375188c1
No related branches found
No related tags found
1 merge request!54ISTWCMS-5944: migrate gesso contacts patterns and update the variables
...@@ -106,10 +106,10 @@ ...@@ -106,10 +106,10 @@
); );
} }
.pager__item a{ .pager__item a{
&:hover, @include link(
&:focus{ var(--uw-black),
color: var(--uw-black) !important; var(--uw-white)
} );
} }
.uw-site-footer__content .highlight{ .uw-site-footer__content .highlight{
color: var(--uw-white); color: var(--uw-white);
...@@ -130,9 +130,9 @@ ...@@ -130,9 +130,9 @@
var(--gray-5) var(--gray-5)
); );
} }
&.pager__link { //&.pager__link {
color: var(--uw-black); // color: var(--uw-black);
} //}
&.uw-site-name__link { &.uw-site-name__link {
@include link-reverse( @include link-reverse(
var(--uw-black), var(--uw-black),
...@@ -146,6 +146,12 @@ ...@@ -146,6 +146,12 @@
); );
} }
} }
.pager__item a{
@include link(
var(--uw-black),
var(--uw-white)
);
}
.card__title a{ .card__title a{
@include link-reverse( @include link-reverse(
var(--#{$colour}-primary), var(--#{$colour}-primary),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment