| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-11-25 | move from csslint to stylelint | Mark Otto | 1 | -10/+6 | |
| 2015-07-10 | Show active buttons when form disabled | Edwin Lin | 1 | -4/+1 | |
| 2015-03-25 | Darker style focus/hover on active buttons | Patrick H. Lauke | 1 | -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-07 | Follow up to #13907: Add .focus styles for buttons | Mark Otto | 1 | -0/+2 | |
| 2014-03-24 | Fixes #13079: Scope .open class in button variant mixin to immediate children | Mark Otto | 1 | -2/+2 | |
| 2014-03-10 | Formatting, comment consolidation, and line endings | Mark Otto | 1 | -1/+0 | |
| 2014-03-09 | Add consistent newline at end of files in less/mixins | mrmrs | 1 | -0/+1 | |
| 2014-03-09 | Break mixins.less up into smaller modules. | mrmrs | 1 | -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 | |||||
