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
Change to facilitate Angular Material theming API update (#6514)
We're in the process of adding design tokens to the button toggle
component in angular/components#27509. This
involves moving styles from the theme into the component's base styles.
The changes revealed an unsupported configuration that is being used by
Tensorboard: a `mat-button-toggle-group` is used without
`mat-button-togle`. Previously this looked okay, because the border of
the group came from the theme. Now that the border is in the component
styles and because `mat-button-toggle` is the one responsible for
pulling in the button toggle group's styles, it ends up without a
border.
These changes add a temporary patch to unblock the change in Angular
Material.
**Note:** these changes may require some screenshot updates, because the
border generated by `tb-theme-foreground-prop` isn't exactly the same as
the one coming from Angular Material. Previously it was `#595959` and
now it's `#555` which is not exactly the same.
0 commit comments