aboutsummaryrefslogtreecommitdiff
path: root/less/mixins/buttons.less
AgeCommit message (Collapse)AuthorFilesLines
2017-11-25move from csslint to stylelintMark Otto1-10/+6
2015-07-10Show active buttons when form disabledEdwin Lin1-4/+1
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-07-07Follow up to #13907: Add .focus styles for buttonsMark Otto1-0/+2
2014-03-24Fixes #13079: Scope .open class in button variant mixin to immediate childrenMark Otto1-2/+2
2014-03-10Formatting, comment consolidation, and line endingsMark Otto1-1/+0
2014-03-09Add consistent newline at end of files in less/mixinsmrmrs1-0/+1
2014-03-09Break mixins.less up into smaller modules.mrmrs1-0/+50
Move all deprecated vendor prefix mixins to less/mixins/vendor-prefixes.less Create mixins directory and move partials to that directory. FIXES #12994