Commit ea41cd03 authored by Mahtab Alam's avatar Mahtab Alam Committed by Diego Ocko Martins
Browse files

Issue #3306771: Eval Claro theme pager.css

parent 6a14bd2b
Loading
Loading
Loading
Loading
+35 −0
Original line number Diff line number Diff line
.pager__link,
.pager__item--current {
  color: #55565b;
}

.pager__link:hover,
.pager__link:focus,
.pager__link:active {
  text-decoration: none;
}

.pager__link:hover,
.pager__link.is-active:hover {
  color: #55565b;
  background: #ffd23f;
}

.pager__link.is-active {
  color: #55565b;
  border: 0.125rem solid transparent;
  background: #ffd23f;
}

@media (forced-colors: active) {
  .pager__item--first .pager__link::before,
  .pager__item--previous .pager__link::before,
  .pager__item--next .pager__link::after,
  .pager__item--last .pager__link::after {
    background-color: #ffd23f;
  }
}



+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ global-styling:
      css/components/tablesort.css: {}
      css/components/tablesort-indicator.css: {}
      css/components/tabs.css: {}
      css/components/pager.css: {}
  dependencies:
    - claro/global-styling