Skip to content

Commit 3ed781b

Browse files
Angular Material Teamwagnermaciel
authored andcommitted
Project import generated by Copybara.
PiperOrigin-RevId: 391391046
1 parent 2b81e7c commit 3ed781b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

src/material-experimental/mdc-button/icon-button.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
@use '@material/icon-button' as mdc-icon-button;
1+
@use '@material/icon-button/icon-button' as mdc-icon-button;
22
@use '../../material/core/style/private';
33
@use '../mdc-helpers/mdc-helpers';
44
@use 'button-base';
55

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+
);
79

810
.mat-mdc-icon-button {
911
@include button-base.mat-private-button-interactive() {

test/benchmarks/cdk/testing/component-harness/protractor-benchmark-utilities.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* found in the LICENSE file at https://angular.io/license
77
*/
88

9-
import {runBenchmark} from '@angular/dev-infra-private/bazel/benchmark/driver-utilities';
9+
import {runBenchmark} from '@angular/dev-infra-private/benchmark/driver-utilities';
1010
import {USE_BENCHPRESS} from './constants';
1111

1212
/**

0 commit comments

Comments
 (0)