diff --git a/packages/core/src/components/fab-button/fab-button.scss b/packages/core/src/components/fab-button/fab-button.scss index 0786f70663..20398ea25b 100755 --- a/packages/core/src/components/fab-button/fab-button.scss +++ b/packages/core/src/components/fab-button/fab-button.scss @@ -16,6 +16,8 @@ width: $fab-size; height: $fab-size; + border: none; + font-size: 14px; line-height: $fab-size; text-overflow: ellipsis; @@ -41,6 +43,19 @@ line-height: 1; } +.button-inner { + display: flex; + + flex-flow: row nowrap; + flex-shrink: 0; + align-items: center; + justify-content: center; + + width: 100%; + height: 100%; +} + + // FAB Mini // -------------------------------------------------- diff --git a/packages/core/src/components/fab/test/standalone/index.html b/packages/core/src/components/fab/test/standalone/index.html index fd648e5191..88867c7b61 100644 --- a/packages/core/src/components/fab/test/standalone/index.html +++ b/packages/core/src/components/fab/test/standalone/index.html @@ -9,35 +9,117 @@ - - + + + FAB + + + - - - - + + + + - - More - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +