From 75ba5b180914b5bf784a30407f71dae92d6f87fc Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Tue, 17 Nov 2015 17:43:38 -0500 Subject: [PATCH] fix(button): fixed hover not taking up full button --- ionic/components/button/modes/md.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ionic/components/button/modes/md.scss b/ionic/components/button/modes/md.scss index e7b2905e6e..7d26449897 100644 --- a/ionic/components/button/modes/md.scss +++ b/ionic/components/button/modes/md.scss @@ -35,7 +35,7 @@ button, background-color $button-md-transition-duration $button-md-animation-curve, color $button-md-transition-duration $button-md-animation-curve; - :hover:not(.disable-hover) { + &:hover:not(.disable-hover) { background-color: $button-md-clear-hover-background-color; }