Skip to content

Commit 2fabce5

Browse files
authored
fix(material/tabs): not emitting token in M3 (#31136)
Fixes that the tabs weren't emitting the `disabled-ripple-color` in M3 which prevented the focus indication from being shown on disabled tabs. Fixes #31133.
1 parent a61a4c7 commit 2fabce5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/material/tabs/_m3-tabs.scss

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ $prefix: (mat, tab);
2929
active-indicator-color: map.get($system, primary),
3030
active-label-text-color: map.get($system, on-surface),
3131
active-ripple-color: map.get($system, on-surface),
32+
disabled-ripple-color: map.get($system, on-surface-variant),
3233
divider-color: map.get($system, surface-variant),
3334
inactive-focus-label-text-color: map.get($system, on-surface),
3435
inactive-hover-label-text-color: map.get($system, on-surface),

0 commit comments

Comments
 (0)