diff --git a/ionic/components/button/extensions/material.scss b/ionic/components/button/extensions/material.scss index db246b4fd7..cc7efb8435 100644 --- a/ionic/components/button/extensions/material.scss +++ b/ionic/components/button/extensions/material.scss @@ -85,6 +85,16 @@ $button-material-border-radius: 3px !default; background: transparent; } } + + &[clear] { + box-shadow: none; + &:hover, &.hover { + background-color: rgba(158, 158, 158, 0.2); + } + &:active, &.active { + background-color: rgba(158, 158, 158, 0.4); + } + } } } } diff --git a/ionic/components/button/test/clear/main.html b/ionic/components/button/test/clear/main.html index 1279dbf1f8..1c3b6417b4 100644 --- a/ionic/components/button/test/clear/main.html +++ b/ionic/components/button/test/clear/main.html @@ -1,49 +1,15 @@ -
- a[button][clear] - - - + + + + + +
-
- a.primary - - - -
- -
- a.secondary - - - -
- -
- a.danger - - - -
- -
- a.light - - - -
- -
- a.stable - - - -
- -
- a.dark - - - -
+