Skip to content

Commit 5f3a90a

Browse files
committed
aligned pagination disabled state with that of disabled buttons
1 parent a098e33 commit 5f3a90a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/assets/stylesheets/pagination.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ ul {
1717

1818
&.disabled {
1919
box-shadow: none;
20+
filter: grayscale(1) opacity(0.7);
21+
cursor: not-allowed;
2022
}
2123
}
2224
}

0 commit comments

Comments
 (0)