aboutsummaryrefslogtreecommitdiff
path: root/scss/mixins/_hover.scss
AgeCommit message (Collapse)AuthorFilesLines
2019-05-08Drop all hover mixinsMark Otto1-37/+0
Previously deprecated in v4.x, this clears out the now unused Sass option and removes some unused mixins. Arguably we could remove more, but I like the hover-focus mixin and we make extensive use of it across the project.
2018-07-09correct spelling errors (#26837)Andrew1-1/+1
2018-04-14[trivial] Correct typos (#26297)Varunram Ganesh1-1/+1
2018-02-24Remove disabling of stylelint ruleAdam Bowles1-2/+0
This file no longer has intentional indentation errors
2018-01-30Replace unicode character in _hover.scss (#25503)Richard van Laak1-1/+1
2018-01-11Deprecate hover media query shim and mixins (#25270)Mark Otto1-46/+24
* Deprecate hover media query shim and mixins Fixes #25195. This never was completed or fully implemented, and the docs are inaccurate as to what browsers are currently affected by this stickied hover problem. This PR aims to update the docs and deprecate the shim from our mixins and only return the pseudo-classes. To reflect the order of these states used elsewhere (e.g., our button styles), I've also updated the order of each within the mixin. * Mention in docs and variables that it's deprecated
2017-10-02Switch to stylelint. (#23572)XhmikosR1-2/+1
2017-09-17Minor Sass cleanup and consistency changes. (#23959)XhmikosR1-10/+12
2017-03-18Update scss mixins to comply with scss-linting rules (#22151)naicko1-6/+6
* Fixed some linting issues * Run npm tasks after scss cleanup * Revert "Run npm tasks after scss cleanup" This reverts commit 1103a0da68d1846ad592eb4a105046a939557830. * Property sort order for grid * Let's respest the property order in the mixins * Respect property sort order in reboot file * ::-ms-expand is a vendor-prefix, add it to the scss-lint disable * Revert hover mixin comment * Fixed missing mixin hover-focus
2016-10-03Fix broken/redirected links, moving to HTTPS where possible. (#20557)Bardi Harborow1-1/+1
2016-06-20Replace grunt-postcss with postcss-cli (#20140)Chris Rebert1-9/+10
Refs #19990 Continues the degruntification process. Also removes mq4-hover-shim for now, since it doesn't yet implement the standard PostCSS plugin interface.
2015-04-29rename media query var to match /cc @cvrebertMark Otto1-4/+4
2015-02-04account for mq4-hover-shim's renaming & org moveChris Rebert1-1/+1
2015-01-22add $use-hover-media-query to control @media (hover:hover) usageChris Rebert1-13/+44
2015-01-22put all :hover styles within @media (hover: hover)Chris Rebert1-0/+28