From 8e374bd010a6db00acf3cb51b14788d7bf9ba097 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 1 Jan 2015 01:05:01 -0800 Subject: put all :hover styles within @media (hover: hover) --- scss/_button-group.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'scss/_button-group.scss') diff --git a/scss/_button-group.scss b/scss/_button-group.scss index 839ce2587..6e8ae63de 100644 --- a/scss/_button-group.scss +++ b/scss/_button-group.scss @@ -14,12 +14,14 @@ float: left; // Bring the "active" button to the front - &:hover, &:focus, &:active, &.active { z-index: 2; } + @include hover { + z-index: 2; + } } } -- cgit v1.2.3