]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove redundant border radius on pagination (#28980)
authorMartijn Cuppens <martijn.cuppens@gmail.com>
Tue, 2 Jul 2019 06:08:12 +0000 (08:08 +0200)
committerGitHub <noreply@github.com>
Tue, 2 Jul 2019 06:08:12 +0000 (08:08 +0200)
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)

scss/_pagination.scss

index 953a35a7feccfb3d48e7f185e207fa5f41431f88..27e7bb80573fc7f40dc957ac43226bee03588f92 100644 (file)
@@ -1,7 +1,6 @@
 .pagination {
   display: flex;
   @include list-unstyled();
-  @include border-radius();
 }
 
 .page-link {