Loading css/components/pager.css 0 → 100644 +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; } } darcula.libraries.yml +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
css/components/pager.css 0 → 100644 +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; } }
darcula.libraries.yml +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading