Skip to content

Commit

Permalink
metrics: use "standard" appearance of button-toggle
Browse files Browse the repository at this point in the history
In OSS, mat-button-toggle's appearance is "standard" but this is not the
case internally. To make the appearance consistent, we are now
explicitly specifying the type of appearance we want.
  • Loading branch information
stephanwlee committed Aug 11, 2021
1 parent abe259f commit cf7ffbb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
-->
<div class="toolbar">
<metrics-tag-filter></metrics-tag-filter>
<mat-button-toggle-group class="filter-view" multiple>
<mat-button-toggle-group class="filter-view" multiple appearance="standard">
<mat-button-toggle
[checked]="filteredPluginTypes.size === 0"
(click)="onPluginTypeAllToggled.emit()"
Expand Down

0 comments on commit cf7ffbb

Please sign in to comment.