Skip to content

Commit

Permalink
Refs #141511 - Fix colors in pagination.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Dec 2, 2021
1 parent 0c2bdcc commit b723d6c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/SearchBlock/less/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,20 @@ div#page-document {

div.search-body-footer {
flex-wrap: wrap;

ul.sui-paging {
li.rc-pagination-item-active {
a {
color: @sf-dark-gray !important;
}
}

li.rc-pagination-item {
a {
color: @sf-azure;
}
}
}
}

div.searchapp {
Expand Down

0 comments on commit b723d6c

Please sign in to comment.