You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check the styles as it is not using theming styles like hover-state-layer-color, hover-state-layer-opacity etc. for icon button. No css variables for these properties are available.
Actual behavior
It is not using theme-styles mixin inside core-styles() mixin.
Expected behavior
Ideally it should use theme-styles inside core-styles() mixin.
Your Environment:
Software
Version(s)
MDC Web
15.0.0-canary.7971d6ad5.0 for @material/icon-button
Browser
Chrome latest
Operating System
Windows
The text was updated successfully, but these errors were encountered:
Bug report
IconButton does not emitting theming styles while using
core-styles()
mixin.usecase -
Above code snippet is not using
theme-styles
mixin defined inside@material/icon-button/_icon-button-theme
.Steps to reproduce
hover-state-layer-color
,hover-state-layer-opacity
etc. for icon button. No css variables for these properties are available.Actual behavior
It is not using
theme-styles
mixin insidecore-styles()
mixin.Expected behavior
Ideally it should use
theme-styles
insidecore-styles()
mixin.Your Environment:
@material/icon-button
The text was updated successfully, but these errors were encountered: