aboutsummaryrefslogtreecommitdiff
path: root/less/pager.less
AgeCommit message (Collapse)AuthorFilesLines
2014-08-04rename imported files to preface with underscore; rerun grunt distMark Otto1-55/+0
2013-12-15Merge pull request #11840 from ZDroid/pagination-boomMark Otto1-4/+4
Improve pager customization
2013-12-11Improve pager customizationZlatan Vasović1-4/+4
2013-12-08Switch to `&:extend(.clearfix all)` for clearfix mixinMark Otto1-1/+1
Original discussion: https://github.com/less/less.js/issues/1437#issuecomment-21383639. Since we’re switching to `grunt-contrib-less`, we can take advantage of newer LESS features than what RECESS supported. Included in that is the ability to `:extend`, and not only that, but `:extend(.mixin-name all)`. By doing so, we remove duplicate CSS for all our elements that were being clearfix-ed. Fixes #8947, #8968, #8991, #9257, #9268, #9291, #9430, #9604, #9686, #9929, #10731, #10793, #11305, #11498, #11533, #11570, #11604, #11652. (dem issues, tho)
2013-08-17fix #9743: pager hover background should be light grayMark Otto1-1/+1
2013-07-26move things around :)syed1-2/+2
Moved pager, pagination, popovers, tooltip, progress bars & type properties to variables.less
2013-07-24set cursor to not-allowed for disabled elementsliuyl1-1/+1
2013-06-29reset left padding for .media-list, .pagination and .pagerFrancis Brunelle1-0/+1
2013-05-10Fix component margin and padding values to use @line-height-computedAaron1-1/+1
2013-04-21Fixes #7617: lowercase and dash gray color varsMark Otto1-2/+2
2013-04-17applied @pagination-bg for .disabled state instead of hardcoded color in hexArtur Kwiatkowski1-1/+1
2013-04-17more nested pager.lessArtur Kwiatkowski1-32/+43
2013-03-31use @pagination- vars on pager component; change @pagination-bg-active to ↵Mark Otto1-3/+3
@pagination-active-bg
2013-03-30fuck everything about .clear_float() -- restore .clearfix() as mixinMark Otto1-1/+1
2013-02-05Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto1-1/+3
Conflicts: docs/assets/css/bootstrap-responsive.css docs/assets/css/bootstrap.css docs/examples/hero.html less/buttons.less less/carousel.less less/close.less less/dropdowns.less less/labels-badges.less less/mixins.less less/navbar.less less/navs.less less/pagination.less less/responsive-navbar.less less/scaffolding.less less/sprites.less less/thumbnails.less less/type.less
2013-01-16restore pagination and pagerMark Otto1-1/+1
2013-01-02Basic keyboard accessibility CSS tweaksPatrick H. Lauke1-1/+3
Mostly doubling-up :hover styles to also cover :focus, as a first step to making the framework more keyboard-friendly. Additionally, fixed two small markup issues in the docs/examples to make the "Learn more" large primary button-styled links keyboard-focusable (as without href they're treated as non-tabable anchors).
2012-11-30more consistent variable naming patternsMark Otto1-1/+1
2012-11-30Part 1 of unCamelCasing variablesMark Otto1-1/+1
2012-09-30remove .border-radius mixin and replace with standard border-radius ↵Mark Otto1-1/+1
property, since -webkit-* and -moz-* are only needed for older versions
2012-09-07fixes #5010: .pager span selector should be scoped to immediate children onlyMark Otto1-9/+10
2012-08-22fixes #4604: add span support to .pager componentMark Otto1-3/+6
2012-07-09fixes #4027: same margins on .pager and .paginationMark Otto1-2/+1
2012-06-28standardize top level file commentsMark Otto1-2/+4
2012-02-28Added disabled styles to pagerDave Wasmer1-0/+6
2012-01-29refined pager styles to give a border on the links and improved hover stateMark Otto1-2/+7
2012-01-26moving structure around + more work on builder...Jacob Thornton1-0/+25