We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d7f271 commit 8ac381aCopy full SHA for 8ac381a
src/material/button/button.scss
@@ -264,14 +264,6 @@
264
@include token-utils.create-token-slot(color, disabled-label-text-color);
265
@include token-utils.create-token-slot(border-color, disabled-outline-color);
266
}
267
-
268
- // TODO(crisbeto): this causes a weird gap between the ripple and the
269
- // outline. We should remove it and update the screenshot tests.
270
- .mdc-button__ripple {
271
- @include token-utils.create-token-slot(border-width, outline-width);
272
- border-style: solid;
273
- border-color: transparent;
274
- }
275
276
277
0 commit comments