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
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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;
  }
}
+1 −3
Original line number Diff line number Diff line
@@ -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);
  }
}