diff --git a/src/components/button/button.scss b/src/components/button/button.scss
index 1c9e6f5c097..06a3c787b0b 100644
--- a/src/components/button/button.scss
+++ b/src/components/button/button.scss
@@ -47,6 +47,8 @@ a[button] {
text-decoration: none;
}
+a[disabled],
+button[disabled],
.button[disabled] {
cursor: default;
opacity: .4;
diff --git a/src/components/item/test/buttons/main.html b/src/components/item/test/buttons/main.html
index 6f59facf643..d0ede1aeb47 100644
--- a/src/components/item/test/buttons/main.html
+++ b/src/components/item/test/buttons/main.html
@@ -24,17 +24,17 @@
-
+
+
@@ -58,13 +58,13 @@
-
- ion-item right icon/text button large
+
+ a ion-item disabled right icon/text button large
Refresh
-
+