aboutsummaryrefslogtreecommitdiff
path: root/less/mixins
AgeCommit message (Collapse)AuthorFilesLines
2018-10-08Go back to single colon pseudo elements.XhmikosR1-4/+4
This is for backwards compatibility with the browsers we support in v3.
2018-10-08Switch to inline comments for stylelint inline directives.XhmikosR5-5/+5
Otherwise the comments are actually output to the CSS.
2018-04-08update css with latest stylelintMark Otto2-6/+6
2017-11-25move from csslint to stylelintMark Otto16-61/+56
2016-07-09Remove forced default focus outlinePatrick H. Lauke1-3/+3
As this causes non-standard dotted outline on checkboxes/radio buttons in OS X Firefox Fixes #19933 Closes #19935 [skip sauce]
2015-11-11Update verb tenses to proper tense for feature deprecationsKevin Kirsche2-2/+2
X-Ref: https://github.com/twbs/bootstrap/commit/fce30b57e2fbe750cdebf1794d3917f3176d06ce
2015-10-10Add missing space in .backface-visibility definition; fixes #17873Chris Rebert1-1/+1
[ci skip]
2015-08-04Merge pull request #16785 from studyjan/debug_containerMark Otto1-2/+2
Round paddings of .container & .container-fluid to match .row's margins
2015-07-10Show active buttons when form disabledEdwin Lin1-4/+1
2015-07-08Debug .container and .container-fluidJan Vonka1-2/+2
2015-06-01Merge pull request #16567 from justincron/masterChris Rebert1-1/+1
Fixed typo in hide-text.less [skip sauce] [skip validator]
2015-06-01Fixed typoJustin Cron1-1/+1
2015-05-13Merge pull request #16215 from zacechola/list_group_buttonsMark Otto1-1/+2
Adds button styles to `.list-group-item`
2015-05-13[Closes #16460] Fix .pagination-sm line heightKevin Kirsche1-1/+2
[Closes #16460] Fix .pagination-sm line height by adding `@line-height-small` to `.pagingation-sm`.
2015-04-28Merge branch 'master' of https://github.com/twbs/bootstrap into ↵Zac Echola3-4/+22
list_group_buttons
2015-04-23Round results from gutter division to prevent decimal margins and paddingThomas P. Horton2-4/+4
2015-04-08Reset text/font properties more thoroughly for tooltips+popovers; fixes #15925Chris Rebert1-0/+18
[skip sauce]
2015-04-02Adds button styles to `.list-group-item`Zac Echola1-1/+2
Includes buttons with anchor sytles and modifies buttons to match width and text alignment.
2015-03-28Match all other responsive utilities and use important on the display: tableMark Otto1-1/+1
2015-03-28Merge pull request #16154 from patrickhlauke/focus-active-disambiguationPatrick H. Lauke1-2/+18
Darker style focus/hover on active buttons
2015-03-26Make .bg-variant adjust :focus color in addition to :hover colorSerhan Apaydın1-1/+2
2015-03-25Make .text-emphasis-variant adjust :focus color in addition to :hover colorSerhan Apaydın1-1/+2
Closes #16047 by merging a tweaked version of it.
2015-03-25Darker style focus/hover on active buttonsPatrick H. Lauke1-2/+18
Currently, hovering with mouse or setting focus on a button which is active has same styling as on a non-active button. This results in problems for keyboard users, who set focus on a toggle and activate it, but cannot visually see that their action had any effect. Ditto for mouse users hovering over a toggle and clicking it. This adds an explicit additional style for focus/hover on active buttons. Note that this does not address issues of browser focus remaining on a button after a mouse click (e.g. #13971), as this will likely require extra JavaScript to fix.
2014-12-22Add summary of #11526 to explanatory Less commentChris Rebert1-1/+1
[skip sauce] [skip validator]
2014-10-30Update grid-framework.lessBass Jobsen1-2/+2
The `when (@index = 1)` guards are not needed cause the mixins already only match on arity.
2014-09-06Fixes #14545: Avoid strange formatting on vendor prefixing for placeholderMark Otto1-3/+6
2014-08-26Less: Remove empty lines and blanks.vsn4ik1-1/+1
2014-07-07Part 1 for fixing #13996: Revert the width: 100% \9; IE hack for SVG ↵Mark Otto1-1/+0
img-responsive
2014-07-07Follow up to #13907: Add .focus styles for buttonsMark Otto1-0/+2
2014-07-02merge in and resolve conflictsMark Otto1-1/+5
2014-06-19Use full deprecation versionBas Bosman2-2/+2
2014-06-18lol wordsMark Otto1-1/+1
2014-06-18rewrite striped and active to deprecate the parent selectors, change the docsMark Otto1-0/+2
2014-06-18change skew(x,y) to skewX skewY because mdn told me soMark Otto1-3/+3
2014-06-18fixes #10073: add width: 100%; for ie10 and below to size svg.img-responsive ↵Mark Otto1-0/+1
correctly
2014-06-10Merge pull request #13687 from smmoosavi/patch-1Mark Otto1-0/+4
Color Contrast for panel heading
2014-06-10Fix gutter variableBas Bosman1-2/+2
2014-06-10Fixes #13616: Add custom gutter support to containersMark Otto1-1/+1
2014-06-08Addresses part of #13643: Correct webkit-linear-gradient syntax in ↵Mark Otto1-1/+1
horizontal gradients
2014-05-27fix variables in panels.lessسید مرتضی موسوی1-2/+2
2014-05-27Color Contrast for panel headingسید مرتضی موسوی1-0/+4
related to #13686
2014-05-14change note in .resizable() mixin for accuracyChris Rebert1-1/+1
Not a Safari bug. It's standards-compliant. Quoting from http://www.w3.org/TR/css3-ui/#resize : > ### 8.1. `resize` property > > * Applies to: elements with `overflow` other than `visible` > > The `resize` property applies to elements whose computed `overflow` value is something other than `visible`. Original comment was added in commit 648c4689273647c321dd6e3979d910282e9a9339.
2014-03-27fix doc typoДмитро Будник1-1/+1
one can find correct name of variable just few lines below the typo
2014-03-24Merge pull request #13013 from ogonkov/patch-1Mark Otto1-0/+1
Support for hovering on cell's with some state
2014-03-24Fixes #13079: Scope .open class in button variant mixin to immediate childrenMark Otto1-2/+2
2014-03-11Support for hovering on cell's with state Alexey1-0/+1
If parent row are hovered, child cell with state should react to this.
2014-03-10wordsMark Otto1-1/+1
2014-03-10Formatting, comment consolidation, and line endingsMark Otto29-108/+21
2014-03-09Add consistent newline at end of files in less/mixinsmrmrs22-3/+21
2014-03-09Break mixins.less up into smaller modules.mrmrs29-0/+1029
Move all deprecated vendor prefix mixins to less/mixins/vendor-prefixes.less Create mixins directory and move partials to that directory. FIXES #12994