Skip to content

Commit 952e974

Browse files
committed
fix(unity-bootstrap-theme): pagination hover color fix
1 parent baad730 commit 952e974

File tree

1 file changed

+4
-0
lines changed
  • packages/unity-bootstrap-theme/src/scss/extends

1 file changed

+4
-0
lines changed

packages/unity-bootstrap-theme/src/scss/extends/_pager.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ a.page-link:hover {
4242
color: $uds-color-base-gray-7;
4343
text-decoration: none;
4444
}
45+
.page-item.active a.page-link:hover {
46+
color: $uds-color-base-gray-1;
47+
}
48+
4549
span.page-link {
4650
padding-left: 0;
4751
padding-right: 0;

0 commit comments

Comments
 (0)