aboutsummaryrefslogtreecommitdiff
path: root/scss/_pagination.scss
AgeCommit message (Expand)AuthorFilesLines
2023-03-27Add a check for interpolation variables to node-sass workflow (#38283)Julien Déramond1-1/+1
2022-11-28Add dark mode support (#35857)Mark Otto1-1/+1
2022-07-25Fix pagination page items border radiusJulien Déramond1-1/+1
2022-05-22Stylelint: Disable `custom-property-empty-line-before`Mark Otto1-2/+0
2022-03-31Adding @include everytime it's not the caselouismaxime.piton1-1/+1
2022-03-24Define Pagination font size CSS var (#35917)Julien Déramond1-0/+3
2022-03-17Fixes #36015: Fix pagination link border-radius if statementMark Otto1-1/+1
2022-03-13Add additional root variables, rename `$variable-prefix` to `$prefix` (#35981)Mark Otto1-39/+39
2022-03-11Allow to set active and disabled class also to .page-link (#35804)A Web Artisan1-14/+16
2022-02-16Convert pagination component to CSS variables (#35399)Mark Otto1-16/+58
2020-12-14Add two new variables for pagination border-radius values (#32423)Mark Otto1-2/+2
2020-12-04feat(RTL): implement RTLGaël Poupard1-1/+1
2020-08-03Add transition to Pagination buttons just like other Bootstrap buttonsSamarth Arora1-0/+3
2020-05-15Improve gradientsMartijn Cuppens1-1/+1
2020-03-20Remove redundant text decoration from hover statesMartijn Cuppens1-1/+1
2020-03-05$link-decoration: underline affects some components (#30262)Martijn Cuppens1-0/+1
2019-12-27Simplify disabled styles (#29296)Martijn Cuppens1-2/+0
2019-08-30Clean up line heights & add line height utilities (#29271)Martijn Cuppens1-3/+3
2019-08-03Allow .page-links to get left margin. (#28948)GeoSot1-13/+3
2019-07-02Remove redundant border radius on pagination (#28980)Martijn Cuppens1-1/+0
2019-05-18Fix z-index according to our z-index rule (#28784)Shohei Yoshida1-2/+2
2019-01-04Move hand cursor for buttons to rebootMartijn Cuppens1-5/+0
2018-04-01Pagination move `.page-link:focus` outline value to variable `$pagination-foc...Patrick Yeo1-1/+1
2018-02-03Fix pagination buttons hover z-index (#25532)Martijn Cuppens1-0/+1
2018-01-15Consistently use `:disabled` rather than `[disabled]` selector (#25317)Patrick H. Lauke1-1/+1
2018-01-02Update pagination focus stylesMark Otto1-1/+6
2017-12-27Opinionated: reintroduce `cursor:pointer`patrickhlauke1-0/+8
2017-10-23Refactor a few selectors. (#24404)XhmikosR1-18/+18
2017-10-20Reduce z-indexes in button-group, input-group, list-group, and pagination to ...rmacklin1-1/+1
2017-09-30changes reset for mixin list reset on paginationAndres Galante1-3/+1
2017-08-10Pagination border-widths greater than 1px cause uneven borders between itemsPatrick Yeo1-1/+1
2017-04-16Rename variable $input-border-focus to $input-border-color-focus (#22413)Patrick Yeo1-3/+3
2017-04-10Remove `cursor: not-allowed` stylesPatrick H. Lauke1-1/+0
2016-12-28lintingMark Otto1-2/+2
2016-12-28no need to float, but do set display: block;Mark Otto1-1/+1
2016-12-28remove plain-hover-focus mixinsMark Otto1-12/+8
2016-12-28no need for cursor: default, since, well, it's the defaultMark Otto1-1/+0
2016-12-28add a comment here to explain some thingsMark Otto1-1/+1
2016-12-28.page-item's don't need this anymore (they're flex items)Mark Otto1-2/+0
2016-12-28remove default margin, allow folks to use utils insteadMark Otto1-2/+0
2016-12-28update pagination list reset stylesMark Otto1-1/+3
2016-12-28move pagination to flexboxMark Otto1-1/+1
2016-11-27Set line-height for page-links (#21052)Stefan Staynov1-0/+1
2016-11-23Fixes #21094: Move text-decoration override from the default link state to th...Mark Otto1-1/+1
2016-02-03Redo line-height globallyMark Otto1-1/+0
2015-12-27Add pointer-events:none to disabled pagination/pager linksPatrick H. Lauke1-0/+1
2015-12-08scss/_pagination.scss: Reassert #18257Chris Rebert1-1/+1
2015-12-07fix variableMark Otto1-1/+1
2015-12-07.page => .page-itemChris Rebert1-1/+1
2015-12-07Refactor pagination code to remove unnecessary ancestor requirements in selec...Chris Rebert1-37/+34