mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-24 03:03:42 +00: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:
parent
4b3d2635f3
commit
f5f09d8b0b
1 changed files with 0 additions and 1 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
.pagination {
|
.pagination {
|
||||||
display: flex;
|
display: flex;
|
||||||
@include list-unstyled();
|
@include list-unstyled();
|
||||||
@include border-radius();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-link {
|
.page-link {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue