From: Martijn Cuppens Date: Tue, 2 Jul 2019 06:08:12 +0000 (+0200) Subject: Remove redundant border radius on pagination (#28980) X-Git-Tag: v5.0.0-alpha1~1043 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5f09d8b0b97ffb0c5c0b01ad503ccfe0cf7f506;p=thirdparty%2Fbootstrap.git 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) --- diff --git a/scss/_pagination.scss b/scss/_pagination.scss index 953a35a7fe..27e7bb8057 100644 --- a/scss/_pagination.scss +++ b/scss/_pagination.scss @@ -1,7 +1,6 @@ .pagination { display: flex; @include list-unstyled(); - @include border-radius(); } .page-link {