Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

fix(fabToolbar): fix toolbar height to use variables #4007

Closed
wants to merge 1 commit into from

Conversation

topherfangio
Copy link
Contributor

Fab Toolbar incorrectly used 6.8rem instead of the rem(6.8) SCSS function.
Also updated it to use button.scss variables instead of hard-coded values.

closes #3384

Fab Toolbar incorrectly used 6.8rem instead of the rem(6.8) SCSS function.
Also updated it to use button.scss variables instead of hard-coded values.

closes #3384
@topherfangio topherfangio deleted the wip/fab_toolbar_height branch August 14, 2015 16:26
kennethcachia pushed a commit to kennethcachia/material that referenced this pull request Sep 23, 2015
Fab Toolbar incorrectly used 6.8rem instead of the rem(6.8) SCSS function.
Also updated it to use button.scss variables instead of hard-coded values.

BREAKING CHANGE: md-fab-toolbar now uses variables for height

```css
md-fab-toolbar {
  height: $button-fab-width + ($icon-button-margin * 2);
}
```

closes angular#3384. closes angular#4007.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

md-fab-toolbar height is not set properly with the default Angular Material styles
1 participant