aboutsummaryrefslogtreecommitdiff
path: root/less/dropdowns.less
AgeCommit message (Collapse)AuthorFilesLines
2013-05-17patch dropdowns for #7118fat1-0/+11
2013-02-05restore comma between selectorsMark Otto1-1/+1
2013-01-02Basic keyboard accessibility CSS tweaksPatrick H. Lauke1-7/+11
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-12-10Update .dropdown-menu selectors to avoid conflicts with other elements. ↵Blake Embrey1-8/+8
Fixes #6197
2012-11-28Fixes #5533: Remove filter gradient from disabled links on dropdownsMark Otto1-0/+1
2012-11-04Fixes #5113: increase .typeahead z-index for proper use with modalsMark Otto1-0/+1
2012-10-31Replaced hardcoded CSS rules with mixinsNinir1-9/+3
2012-10-16fixes #5496: use correct var for dropdown active link textMark Otto1-1/+1
2012-10-10fixes #5478: remove double background color on dropdown linksMark Otto1-2/+0
2012-10-07fixes #5443: reset background gradient on disabled dropdown linksMark Otto1-0/+1
2012-10-05fixes #5430: scope link styles in .dropdown-menu to .dropdown-menu li > aMark Otto1-1/+1
2012-10-03use border-radius vars where possibleMark Otto1-1/+1
2012-10-01improve dropdown submenu docs; add docs for left submenu; remove all dupe ↵Mark Otto1-33/+14
css for left submenu
2012-09-16Support for left-opening dropdown submenusRobert McLaws1-1/+34
Adds a new class called .dropdown-submenu-left. It is useful when you have a .pull-right DropDown that has submenus. Without this, the menu opens left past the page boundary, which can trigger the scrollbars and cause other nastiness.
2012-09-07fixes #5020: submenu support in dropupMark Otto1-0/+14
2012-08-21Merge branch 'incbee-master' into 2.1.1-wipMark Otto1-1/+1
2012-08-21Fix all submenus expanded recursively in dropdownphilippm1-1/+1
The problem was that the CSS selector made *all* of a submenu's nested menus visible. Fixed by applying the selector to the immediate nested menu only.
2012-08-21remove entity in content property on dropup carets--not necessary at allMark Otto1-1/+1
2012-07-29reverse navbar styles to save codeMark Otto1-11/+1
2012-07-27add docs for sub menu support on dropdowns, add caret via :after to submenu ↵Mark Otto1-1/+18
toggles
2012-07-27add basic support for sub menus in dropdown menusMark Otto1-9/+29
2012-07-22fixes #4136: use @dropdownBorder var, but keep IE7-8 fallbackMark Otto1-2/+2
2012-07-17fix dropdown vars and make hover state be link color again, add gradient to ↵Mark Otto1-3/+13
dropdown link hovers, fix caret positions and active states on nav tabs, tweak nav link padding
2012-07-09wasn't feeling the new buttons, downsizing again until we get a better balanceMark Otto1-4/+3
2012-07-09updating docs examples to remove 13/18 resets, fix up buttons alignments and ↵Mark Otto1-3/+4
carets
2012-06-28standardize top level file commentsMark Otto1-2/+4
2012-06-24more subnav optimizationsMark Otto1-2/+2
2012-06-19add separate vars for dropdown link hover and active statesMark Otto1-2/+9
2012-06-19#2764: add disabled styles to navs and dropdownsMark Otto1-0/+14
2012-06-02Merge branch 'accessibility' into 2.1.0-wipJacob Thornton1-1/+8
Conflicts: docs/assets/js/bootstrap.min.js docs/javascript.html docs/templates/pages/javascript.mustache
2012-05-28scope float right dropdown menus to immediate childrenMark Otto1-1/+1
2012-05-17abandon activedescendant because it was awfulJacob Thornton1-7/+3
2012-05-17nearly everything working with activedescendant... then decide it's wrong.Jacob Thornton1-2/+13
2012-05-13#3420: properly scope dropdown open state to immediate children onlyMark Otto1-1/+1
2012-05-13#3469: add variables for dropdown menu dividersMark Otto1-1/+1
2012-04-16lots of property orderingJacob Thornton1-7/+7
2012-03-25add position relative to .dropupMark Otto1-0/+1
2012-03-22Dropdowns overhaul:Mark Otto1-13/+7
1. Removed broken and unused dropup examples from the navs/pills docs 2. New defaults for dropdown menus: all corners are rounded and always 1px offset from top unless otherwise specified 3. Refined active and open states for button dropdowns by adding a darker background color for each button variation when opened; also changed the opened dropdown-toggle's inset shadow to match that of an :active button 4. Generalized .dropdown.open to just .open, thus removing a few lines from button-groups.less. 5. Annnnnnnnnd I think that's it.
2012-03-11remove the unused text-indent on dropdown caretsMark Otto1-5/+1
2012-03-10add button sizes to docs for button dropdowns, clean up styles for themMark Otto1-5/+0
2012-03-05Merge branch 'charettes-small-button-dropdowns-caret' into 2.0.2-wipMark Otto1-0/+6
Conflicts: less/dropdowns.less
2012-03-05utilize new dropdown variablesMark Otto1-4/+4
2012-03-04Fixed small button caret and moved less code to dropdownsSimon Charette1-0/+4
2012-02-21clean up and simplify support for bottom navbar by automagically turning ↵Mark Otto1-1/+3
dropdowns into dropups
2012-02-21Merge branch '2.0/fork/components/dropup' of ↵Mark Otto1-5/+30
https://github.com/buraktuyan/bootstrap into buraktuyan-2.0/fork/components/dropup Conflicts: docs/assets/css/bootstrap.css docs/components.html docs/templates/pages/components.mustache less/navbar.less
2012-02-20add horizontal divider support to nav list, including documentation for it, ↵Mark Otto1-12/+1
per #2106
2012-02-19Remove underscore hack for IE6Jacob Rask1-1/+0
IE6 does not seem to be supported by Bootstrap, and reducing the number of unused and invalid properties is always nice.
2012-02-18fix right aligned dropdownsMark Otto1-0/+6
2012-02-07fix for #1779, use line-height varMark Otto1-1/+1
2012-02-04remove max-width on dropdown menusMark Otto1-1/+0