Skip to content

Commit e71e009

Browse files
committed
Fix paginator styling
1 parent b86c97a commit e71e009

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/cps-ui-kit/src/lib/components/cps-paginator/cps-paginator.component.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,13 +144,13 @@ $elem-active-background: var(--cps-color-highlight-active);
144144
position: relative;
145145
}
146146

147-
.p-link:focus {
147+
.p-paginator-page:focus {
148148
outline: 0 none;
149149
outline-offset: 0;
150150
box-shadow: unset;
151151
}
152152

153-
.p-link {
153+
.p-paginator-page {
154154
text-align: left;
155155
background-color: transparent;
156156
margin: 0;

0 commit comments

Comments
 (0)