diff --git a/src/components/button/button.scss b/src/components/button/button.scss index d91322e49ee..fd7c7b653be 100644 --- a/src/components/button/button.scss +++ b/src/components/button/button.scss @@ -114,6 +114,8 @@ button.md-button::-moz-focus-inner { z-index: $z-index-fab; + line-height: $button-fab-line-height; + min-width: 0; width: $button-fab-width; height: $button-fab-height; diff --git a/src/components/tooltip/demoBasicUsage/index.html b/src/components/tooltip/demoBasicUsage/index.html index 4db09ab5e20..5dadc8941fc 100644 --- a/src/components/tooltip/demoBasicUsage/index.html +++ b/src/components/tooltip/demoBasicUsage/index.html @@ -13,71 +13,73 @@

+
-

- The tooltip is visible when the button is hovered, focused, or touched. -

- - - - - Insert Drive - - - - - - Photos - - - - -

- Additionally, the Tooltip's md-visible attribute can use data-binding to - programmatically show/hide itself. Toggle the checkbox below... + The tooltip is visible when the button is hovered, focused, or touched.

-
- - Insert Drive - -
-
-
-

- Additionally, the Tooltip's md-delay attribute can use to delay the - show animation. The default values is 0 mSecs... -

-
- - - - + + + + Insert Drive + + + + + Photos + + + - - - - Photos with Tooltip Delay {{demo.delayTooltip}} msecs - - +
+

md-direction attribute can used to dynamically change the direction of the tooltip.
+ Note: the direction default value is 'bottom'.

+
+ + Left + Top + Bottom + Right + +
-
-
-

md-direction attribute can used to dynamically change the direction of the tooltip.
- Note: the direction default value is 'bottom'.

-
- - Left - Top - Bottom - Right - + +
+

+ Additionally, the Tooltip's md-visible attribute can use data-binding to + programmatically show/hide itself. Toggle the checkbox below... +

+
+ + Insert Drive + +
-
+
+

+ Additionally, the Tooltip's md-delay attribute can use to delay the + show animation. The default values is 0 mSecs... +

+
+ + + + + + + + + Photos with Tooltip Delay {{demo.delayTooltip}} msecs + + +
+
+ +
diff --git a/src/components/tooltip/demoBasicUsage/style.css b/src/components/tooltip/demoBasicUsage/style.css index a615ae7ae3a..8a09b402961 100644 --- a/src/components/tooltip/demoBasicUsage/style.css +++ b/src/components/tooltip/demoBasicUsage/style.css @@ -17,9 +17,3 @@ md-toolbar .md-toolbar-tools .md-button:hover { top:70px !important; right:56px !important; } - - -.demo-tip { - margin-top: -24px; - margin-left: 20px; -}