aboutsummaryrefslogtreecommitdiff
path: root/less/mixins
AgeCommit message (Collapse)AuthorFilesLines
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