Commit 9a6ef62
fix(css): sync pagination-margin-start calc with Bootstrap 5.3 (#5951)
Bootstrap changed calc order from `calc(var * -1)` to `calc(-1 * var)`,
which caused pagination border-radius condition to fail, making all
pagination buttons rounded instead of grouped.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 3910990 commit 9a6ef62
9 files changed
Lines changed: 23 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1312 | 1312 | | |
1313 | 1313 | | |
1314 | 1314 | | |
1315 | | - | |
| 1315 | + | |
1316 | 1316 | | |
1317 | 1317 | | |
1318 | 1318 | | |
| |||
0 commit comments