diff --git a/core/src/components/fab-button/fab-button.scss b/core/src/components/fab-button/fab-button.scss index 2cc4bfaf4b..52a09248dc 100755 --- a/core/src/components/fab-button/fab-button.scss +++ b/core/src/components/fab-button/fab-button.scss @@ -100,6 +100,8 @@ overflow: hidden; z-index: 0; appearance: none; + + box-sizing: border-box; } .button-native[disabled] { @@ -150,12 +152,6 @@ pointer-events: none; } -.button-native[disabled] { - cursor: default; - opacity: .5; - pointer-events: none; -} - // FAB Content // -------------------------------------------------- diff --git a/core/src/components/fab/test/basic/index.html b/core/src/components/fab/test/basic/index.html index 0c503772b1..75ee14b00c 100644 --- a/core/src/components/fab/test/basic/index.html +++ b/core/src/components/fab/test/basic/index.html @@ -25,7 +25,7 @@
log
Test - FAB + FAB