aboutsummaryrefslogtreecommitdiff
path: root/less/mixins/buttons.less
AgeCommit message (Collapse)AuthorFilesLines
2014-12-02convert to scssMark Otto1-56/+0
2014-11-25disable shadows on buttons for nowMark Otto1-2/+2
2014-07-11rearrange a few things; drop compiled theme fileMark Otto1-0/+4
2014-07-08Implement the new border-radius guard: only round things if global ↵Mark Otto1-1/+1
@enable-rounded == true
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