File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
src/material-experimental/mdc-button
test/benchmarks/cdk/testing/component-harness Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
- @use ' @material/icon-button' as mdc-icon-button ;
1
+ @use ' @material/icon-button/icon-button ' as mdc-icon-button ;
2
2
@use ' ../../material/core/style/private' ;
3
3
@use ' ../mdc-helpers/mdc-helpers' ;
4
4
@use ' button-base' ;
5
5
6
- @include mdc-icon-button .without-ripple ($query : mdc-helpers .$mat-base-styles-query );
6
+ @include mdc-icon-button .without-ripple (
7
+ $query : mdc-helpers .$mat-base-styles-query
8
+ );
7
9
8
10
.mat-mdc-icon-button {
9
11
@include button-base .mat-private-button-interactive () {
Original file line number Diff line number Diff line change 6
6
* found in the LICENSE file at https://angular.io/license
7
7
*/
8
8
9
- import { runBenchmark } from '@angular/dev-infra-private/bazel/ benchmark/driver-utilities' ;
9
+ import { runBenchmark } from '@angular/dev-infra-private/benchmark/driver-utilities' ;
10
10
import { USE_BENCHPRESS } from './constants' ;
11
11
12
12
/**
You can’t perform that action at this time.
0 commit comments