Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit bcaf2e3

Browse files
committed
extract disabled mixin
1 parent b4bd10a commit bcaf2e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/mdc-icon-button/_mixins.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,9 @@
190190
}
191191
}
192192

193-
@include mdc-icon-button-if-disabled_ {
194-
@include mdc-icon-button-ink-color_(text-disabled-on-light, $query);
193+
@include mdc-icon-button-disabled-ink-color(text-disabled-on-light, $query: $query);
195194

195+
@include mdc-icon-button-if-disabled_ {
196196
@include mdc-feature-targets($feat-structure) {
197197
cursor: default;
198198
pointer-events: none;

0 commit comments

Comments
 (0)