Pagination style fix
This commit is contained in:
@@ -49,3 +49,12 @@ h1:focus {
|
||||
.darker-border-checkbox.form-check-input {
|
||||
border-color: #929292;
|
||||
}
|
||||
|
||||
/* remove list markers for MudPagination */
|
||||
.mud-pagination {
|
||||
list-style: none;
|
||||
padding-inline-start: 0;
|
||||
}
|
||||
.mud-pagination li::marker {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user