Commit 116766d
fix(material/tabs): tab header border reset when parent has a background color (#23450)
When a background color is set on a tab group, we reset the tab header's bottom border. The problem is that the selector was too broad which made it apply to nested tabs as well.
These changes fix the issue by making the selector more specific.
Fixes #23432.
(cherry picked from commit ab6e12f)1 parent 7177d33 commit 116766d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments