Unverified Commit f5f09d8b authored by Martijn Cuppens's avatar Martijn Cuppens Committed by GitHub
Browse files

Remove redundant border radius on pagination (#28980)

Pagination used to have box shadow back in the days which required this property, but nowadays it's redundant. (see https://github.com/twbs/bootstrap/blame/0cd186183c5e18f0517d6037d53f29c56adbac72/less/pagination.less#L17)
parent 4b3d2635
Showing with 0 additions and 1 deletion
+0 -1
.pagination {
display: flex;
@include list-unstyled();
@include border-radius();
}
.page-link {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment