mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
Fix pagination page items border radius
This commit is contained in:
committed by
Mark Otto
parent
dc901d25fa
commit
a153f360ee
@@ -75,7 +75,7 @@
|
||||
margin-left: $pagination-margin-start;
|
||||
}
|
||||
|
||||
@if $pagination-margin-start == (calc($pagination-border-width * -1)) {
|
||||
@if $pagination-margin-start == ($pagination-border-width * -1) {
|
||||
&:first-child {
|
||||
.page-link {
|
||||
@include border-start-radius(var(--#{$prefix}pagination-border-radius));
|
||||
|
||||
Reference in New Issue
Block a user