Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(fabToolbar): fix toolbar height to use variables
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.
- Loading branch information