From b3316d480fae78ef7bcae8d0ddb7f80836a1fcf2 Mon Sep 17 00:00:00 2001 From: "Manu Mtz.-Almeida" Date: Fri, 28 Dec 2018 19:19:06 +0100 Subject: [PATCH] fix(fab): fab size when href provided fixes #16833 --- core/src/components/fab-button/fab-button.scss | 8 ++------ core/src/components/fab/test/basic/index.html | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) 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