Skip to content
Snippets Groups Projects
Unverified Commit 6084fc5b authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3194669 by andrewmacpherson, mherchel, m4olivei, lauriii, mgifford:...

Issue #3194669 by andrewmacpherson, mherchel, m4olivei, lauriii, mgifford: Misuse of explicit colour for active pager item in -ms-high-contrast media query

(cherry picked from commit 98a6e3ea)
parent b448d594
No related branches found
No related tags found
5 merge requests!10011Issue #3200534 by quietone, longwave, Kristen Pol: Use dataprovider for...,!2571Issue #3000717: Missing mapping for "nodereference_url" widget,!2521Issue #3185775: Place Views preview on the side on large monitors,!1479Issue #3250298: Return empty string "" with JSON Serializer instead of FALSE,!1478Issue #3250298: Return empty string "" with JSON Serializer instead of FALSE
......@@ -81,6 +81,7 @@
.pager__link.is-active,
.pager__item--current {
color: #fff;
border: 0.125rem solid transparent;
background: #003cc5;
}
......@@ -161,7 +162,4 @@
.pager__item a:hover {
text-decoration: underline;
}
.pager__link.is-active {
border: 0.125rem solid #fff;
}
}
......@@ -79,6 +79,7 @@
.pager__link.is-active,
.pager__item--current {
color: var(--pager--active-fg-color);
border: var(--pager-border-width) solid transparent;
background: var(--pager--active-bg-color);
}
.pager__item--first .pager__link::before {
......@@ -149,7 +150,4 @@
.pager__item a:hover {
text-decoration: underline;
}
.pager__link.is-active {
border: var(--pager-border-width) solid var(--color-white);
}
}
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