Remove list style from pagination list

This commit is contained in:
Jeremy Thomas 2021-01-24 12:01:01 +00:00
parent a72acece76
commit 3ddcf39110
4 changed files with 482 additions and 461 deletions

File diff suppressed because it is too large Load Diff

View File

@ -6543,6 +6543,10 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i
flex-wrap: wrap;
}
.pagination-list li {
list-style: none;
}
@media screen and (max-width: 768px) {
.pagination {
flex-wrap: wrap;

File diff suppressed because one or more lines are too long

View File

@ -113,6 +113,8 @@ $pagination-shadow-inset: inset 0 1px 2px rgba($scheme-invert, 0.2) !default
.pagination-list
flex-wrap: wrap
li
list-style: none
+mobile
.pagination