Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-26Fix pagination page items border radiusJulien Déramond
2022-05-23Stylelint: Disable `custom-property-empty-line-before`Mark Otto
2022-04-01Adding @include everytime it's not the caselouismaxime.piton
2022-03-25Define Pagination font size CSS var (#35917)Julien Déramond
2022-03-17Fixes #36015: Fix pagination link border-radius if statementMark Otto
2022-03-13Add additional root variables, rename `$variable-prefix` to `$prefix` (#35981)Mark Otto
2022-03-11Allow to set active and disabled class also to .page-link (#35804)A Web Artisan
2022-02-16Convert pagination component to CSS variables (#35399)Mark Otto
2020-12-14Add two new variables for pagination border-radius values (#32423)Mark Otto
2020-12-04feat(RTL): implement RTLGaël Poupard
2020-08-03Add transition to Pagination buttons just like other Bootstrap buttonsSamarth Arora
2020-05-15Improve gradientsMartijn Cuppens
2020-03-20Remove redundant text decoration from hover statesMartijn Cuppens
2020-03-05$link-decoration: underline affects some components (#30262)Martijn Cuppens
2019-12-27Simplify disabled styles (#29296)Martijn Cuppens
2019-08-30Clean up line heights & add line height utilities (#29271)Martijn Cuppens
2019-08-03Allow .page-links to get left margin. (#28948)GeoSot
2019-07-02Remove redundant border radius on pagination (#28980)Martijn Cuppens
2019-05-18Fix z-index according to our z-index rule (#28784)Shohei Yoshida
2019-01-04Move hand cursor for buttons to rebootMartijn Cuppens
2018-04-02Pagination move `.page-link:focus` outline value to variable `$pagination-foc...Patrick Yeo
2018-02-03Fix pagination buttons hover z-index (#25532)Martijn Cuppens
2018-01-15Consistently use `:disabled` rather than `[disabled]` selector (#25317)Patrick H. Lauke
2018-01-03Update pagination focus stylesMark Otto
2017-12-28Opinionated: reintroduce `cursor:pointer`patrickhlauke
2017-10-23Refactor a few selectors. (#24404)XhmikosR
2017-10-20Reduce z-indexes in button-group, input-group, list-group, and pagination to ...rmacklin
2017-10-01changes reset for mixin list reset on paginationAndres Galante
2017-08-11Pagination border-widths greater than 1px cause uneven borders between itemsPatrick Yeo
2017-04-17Rename variable $input-border-focus to $input-border-color-focus (#22413)Patrick Yeo
2017-04-11Remove `cursor: not-allowed` stylesPatrick H. Lauke
2016-12-29lintingMark Otto
2016-12-29no need to float, but do set display: block;Mark Otto
2016-12-29remove plain-hover-focus mixinsMark Otto
2016-12-29no need for cursor: default, since, well, it's the defaultMark Otto
2016-12-29add a comment here to explain some thingsMark Otto
2016-12-29.page-item's don't need this anymore (they're flex items)Mark Otto
2016-12-29remove default margin, allow folks to use utils insteadMark Otto
2016-12-29update pagination list reset stylesMark Otto
2016-12-29move pagination to flexboxMark Otto
2016-11-28Set line-height for page-links (#21052)Stefan Staynov
2016-11-23Fixes #21094: Move text-decoration override from the default link state to th...Mark Otto
2016-02-04Redo line-height globallyMark Otto
2015-12-27Add pointer-events:none to disabled pagination/pager linksPatrick H. Lauke
2015-12-08scss/_pagination.scss: Reassert #18257Chris Rebert
2015-12-08fix variableMark Otto
2015-12-08.page => .page-itemChris Rebert
2015-12-08Refactor pagination code to remove unnecessary ancestor requirements in selec...Chris Rebert
2015-12-08.page>{a,span => .page-link}Chris Rebert
2015-12-08.pagination>{li => .page}Chris Rebert