aboutsummaryrefslogtreecommitdiff
path: root/less/pagination.less
AgeCommit message (Collapse)AuthorFilesLines
2017-11-25move from csslint to stylelintMark Otto1-15/+12
2016-07-25Revert "Add pointer-events:none to disabled pager/pagination"Chris Rebert1-1/+0
This reverts commit a217db1923a552b53c7a0c005e69c598fbd1a98a. This reverts PR #18700 See the discussion in the comments on that commit. [skip sauce]
2015-12-27Add pointer-events:none to disabled pager/paginationPatrick H. Lauke1-0/+1
In line with usage of `pointer-events:none` for disabled buttons
2015-06-16Fix hover border covering active in paginationKevin Kirsche1-2/+2
Fix #16646
2015-05-13[Closes #16460] Fix .pagination-sm line heightKevin Kirsche1-2/+2
[Closes #16460] Fix .pagination-sm line height by adding `@line-height-small` to `.pagingation-sm`.
2015-03-15z-index firstPatryk Puszczyk1-1/+1
2015-03-02[Fixes #15976] Fix pagination link cut off border on hoverPatryk Puszczyk1-0/+1
2014-10-27swap cursor not-allow for default, and use a variable for all disabled elementsMark Otto1-1/+1
2013-12-20add new variables for "pagination" to improve support of customizingTobias Lindig1-3/+6
2013-08-21fix #9941Denis Gonchar1-0/+2
2013-08-15improve pagination's active state so it looks less like the active state and ↵Mark Otto1-9/+20
more like active nav items
2013-08-13Added pagination-size mixinggam1-38/+2
2013-08-03Greater standardization of sizing terminologyChris Rebert1-2/+2
In class names: * large => lg * small => sm * mini => xs ("Extra small") In screen size categories: * Tiny => Extra small
2013-08-03Change value for padding on pagination to variablesElvis Ratzlaff1-1/+1
2013-07-31Removed trailing whitespacesCesidio Di Landa1-3/+3
Changed hard tabs to soft tabs
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-07-07use nesting more in pagination.lessChris Rebert1-40/+50
2013-07-05refactor paginationliuyl1-4/+4
2013-07-05refactor paginationliuyl1-42/+52
2013-06-29reset left padding for .media-list, .pagination and .pagerFrancis Brunelle1-0/+1
2013-05-14Overhaul form control and button sizing, and some type stylesMark Otto1-20/+7
* New padding approach with separate horizontal and vertical padding variables * Improved sizing in large and small buttons and form controls * Dropped the `.btn-mini` (since we have no `.input-mini` to match, and holy fuck those were small buttons) * Dropped the `.pagination-mini` as well because once again, to hell with such small components * Changed `@line-height-headings` to `@headings-line-height` * Removed the `@headings-font-family` because it was honestly kind of useless
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-03-31use @pagination- vars on pager component; change @pagination-bg-active to ↵Mark Otto1-1/+1
@pagination-active-bg
2013-03-31-background to -bg on pagination varsMark Otto1-3/+3
2013-02-28Fixes #6998: disabled background color properly on paginationMark 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-12Nuke shadow on paginationMark Otto1-1/+0
2013-01-12Remove parent div from pagination componentMark Otto1-51/+30
* No more div.pagination; it's now just ul.pagination * No more .pagination-right or .pagination-centered * Sizes remain * Any further customization, such as alignment, should be done on the individual application or site level.
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-30hero unit and pagination varsMark Otto1-3/+3
2012-11-30more consistent variable naming patternsMark Otto1-15/+15
2012-11-30Part 1 of unCamelCasing variablesMark Otto1-2/+2
2012-10-02Merge branch '2.1.2-wip' into exploratoryMark 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-25remove all ie7 conditionals and mixinsMark Otto1-1/+0
2012-09-25Use paginationActiveBackground var to finish fixing #4295Robin Lewis1-1/+1
2012-09-18add new vars for common border-radius, upping border-radius of inputs to ↵Mark Otto1-10/+35
4px; add border-radius changes to -large, -small, -mini for buttons and paginations
2012-09-18add new vars for common font-sizes and paddings with large, small, and mini ↵Mark Otto1-29/+19
components; resize pagination and buttons to better match each other
2012-09-12Updated pagination to support .pagination-large, .pagination-small, ↵Brian Campbell1-6/+48
.pagination-mini matching button sizes. Updated related docs.
2012-08-27fixes #4640: pagination span issues resolved by scoping selectors to ↵Mark Otto1-17/+17
appropriate children, not all children; clarify docs on use of spans for disabled and active links
2012-08-07fixes #4295: add vars for paginationMark Otto1-1/+2
2012-06-28standardize top level file commentsMark Otto1-2/+4
2012-06-19#3861: add span to pagination selectors for full support of non-link ↵Mark Otto1-5/+10
pagination items
2012-02-19enable use of span in place of a for .disabled in pagination, per #1406Mark Otto1-0/+1
2012-01-30disable cursor on disabled and active pagination linksMark Otto1-0/+1
2012-01-26moving structure around + more work on builder...Jacob Thornton1-0/+54