diff --git a/src/components/button/button.ios.scss b/src/components/button/button.ios.scss index 1d1734c7c3..2fcf687d9d 100644 --- a/src/components/button/button.ios.scss +++ b/src/components/button/button.ios.scss @@ -127,13 +127,6 @@ $button-ios-round-padding: $button-round-padding !defau $button-ios-round-border-radius: $button-round-border-radius !default; -// iOS FAB Button -// -------------------------------------------------- - -/// @prop - Border radius of the FAB button -$button-ios-fab-border-radius: 50% !default; - - // iOS Default Button // -------------------------------------------------- diff --git a/src/components/button/button.md.scss b/src/components/button/button.md.scss index 882d62cd28..a98cab6484 100644 --- a/src/components/button/button.md.scss +++ b/src/components/button/button.md.scss @@ -162,19 +162,6 @@ $button-md-round-padding: $button-round-padding !default; $button-md-round-border-radius: $button-round-border-radius !default; -// Material Design FAB Button -// -------------------------------------------------- - -/// @prop - Border radius of the FAB button -$button-md-fab-border-radius: 50% !default; - -/// @prop - Box shadow of the FAB button -$button-md-fab-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .14), 0 4px 5px rgba(0, 0, 0, .1) !default; - -/// @prop - Box shadow of the activated FAB button -$button-md-fab-box-shadow-activated: 0 5px 15px 0 rgba(0, 0, 0, .4), 0 4px 7px 0 rgba(0, 0, 0, .1) !default; - - // Material Design Default Button // -------------------------------------------------- diff --git a/src/components/button/button.ts b/src/components/button/button.ts index 28978204d4..e08ef46c35 100644 --- a/src/components/button/button.ts +++ b/src/components/button/button.ts @@ -21,13 +21,6 @@ import { isTrueProperty } from '../../util/util'; * @property [small] - A button with size small. * @property [large] - A button with size large. * @property [disabled] - A disabled button. - * @property [fab] - A floating action button. - * @property [fab-left] - Position a fab button to the left. - * @property [fab-right] - Position a fab button to the right. - * @property [fab-center] - Position a fab button towards the center. - * @property [fab-top] - Position a fab button towards the top. - * @property [fab-bottom] - Position a fab button towards the bottom. - * @property [fab-fixed] - Makes a fab button have a fixed position. * @property [color] - Dynamically set which predefined color this button should use (e.g. primary, secondary, danger, etc). * * @usage @@ -52,8 +45,6 @@ import { isTrueProperty } from '../../util/util'; * * * - * - * * * * @@ -61,8 +52,6 @@ import { isTrueProperty } from '../../util/util'; * * * - * - * * *

-

- - -

-