bug(material/table): Row of sticky column is transparent on hover in custom dark theme
- 主要语言
- TypeScript
- 星标
- 25k
- 派生
- 6.8k
- 平均合并
- 1 天 8 小时
- 30 天内合并 PR
- 91
描述
### Is this a regression?
- [X] Yes, this behavior used to work in the previous version
### The previous version in which this bug was not present was
14.2.7
### Description

https://stackblitz.com/edit/angular-nhbxgc?file=src/app/table-sticky-columns-example.html
### Reproduction
Steps to reproduce:
1. Custom material dark theme is applied
2. In table that has a sticky column, try horizontal scrolling.
3. The hover row in the sticky column is transparent so other columns show beneath it.
### Expected Behavior
I expect the hovered row of the sticky column to not be transparent in a custom dark theme.
### Actual Behavior
The hovered row of the sticky column is transparent in a custom dark theme.
### Environment
- Angular: 15.2.1
- CDK/Material: 15.2.1
- Browser(s): Chrome, Firefox
- Operating System (e.g. Windows, macOS, Ubuntu): Windows
贡献指南
调研方向
运行链接的 StackBlitz 复现,并从 src/app/table-sticky-columns-example.html 开始,重点查看使用自定义深色主题的 sticky-column table。通过水平滚动并将鼠标悬停在某一行上来复现问题;当 sticky column 中被悬停行是不透明的,并且在 Chrome 和 Firefox 中都没有底层列透出时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- angular, typescript
- 领域
- frontend
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 42/100