Closed bisd closed 11 months ago
The bullit points next to page numbers are visible when Windows High Contrast Mode is turned on. A css quick fix may be to set [list-style-type]: none; on the unordered list for the pager items.
[list-style-type]: none;
An example may be seen on this page: https://test.localgovdrupal.org/events
This is what it looks like on WHCM:
@msayoung
Hi @bisd
I don't have a windows computer to test/fix this. Would you be able to create a PR for it?
The bullit points next to page numbers are visible when Windows High Contrast Mode is turned on. A css quick fix may be to set
[list-style-type]: none;
on the unordered list for the pager items.An example may be seen on this page: https://test.localgovdrupal.org/events
This is what it looks like on WHCM:
@msayoung