You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
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#3384. closes#4007.
0 commit comments