aboutsummaryrefslogtreecommitdiff
path: root/scss/_pagination.scss
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-07.page>{a,span => .page-link}Chris Rebert1-12/+6
2015-12-07.pagination>{li => .page}Chris Rebert1-6/+6
2015-11-14Add $pagination-border-width; refs #18150Chris Rebert1-1/+1
2015-11-14Rename $pagination-border => $pagination-border-color for clarityChris Rebert1-1/+1
2015-08-17clean out comments that aren't all that helpfulMark Otto1-5/+0
2015-08-13nuke the shared padding vars and assign to individual componentsMark Otto1-3/+3
2015-06-22line-height-base to line-height varMark Otto1-1/+1
2015-06-22drop more -base, clean up var spacingMark Otto1-1/+1
2015-06-22drop the base (hahaha), no but seriously drop the -base from our vars since i...Mark Otto1-2/+2
2015-06-22rename -horizontal and -vertical vars to -x and -y for consistencyMark Otto1-3/+3
2015-06-18Merge branch 'master' into v4Mark Otto1-2/+2
2015-05-27Merge branch 'v4' of https://github.com/twbs/derpstrap into v4Mark Otto1-1/+0
2015-04-29Remove $line-height-computedMark Otto1-0/+2
2015-04-18more comments and formatting clean upMark Otto1-3/+5
2015-01-22put all :hover styles within @media (hover: hover)Chris Rebert1-14/+9
2014-12-11fix all validation, turn off some settings, add sort orderMark Otto1-4/+4
2014-12-02convert to scssMark Otto1-0/+89