0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

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 0cd186183c/less/pagination.less (L17))
This commit is contained in:
Martijn Cuppens 2019-07-02 08:08:12 +02:00 committed by GitHub
parent 4b3d2635f3
commit f5f09d8b0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,6 @@
.pagination {
display: flex;
@include list-unstyled();
@include border-radius();
}
.page-link {