Commit c785814
fix: remove white border on icon hover state
Removed the hover state effect that was adding lightness to icons, which
caused a white border appearance during hover interactions. The hover
state modification was removed while keeping the pressed state effect
(lightness -10) intact. This change ensures icons maintain consistent
visual appearance across different interaction states without unintended
visual artifacts.
Log: Fixed icon hover state displaying white border issue
Influence:
1. Test icon hover interactions to verify no white border appears
2. Verify pressed state still shows appropriate visual feedback (darker
appearance)
3. Check icon rendering consistency across different themes and sizes
4. Test with various icon types to ensure no regressions in visual
quality
fix: 修复图标悬停状态显示白边问题
移除了图标悬停状态添加亮度的效果,该效果导致悬停交互时出现白边外观。悬停
状态修改已被移除,同时保持按下状态效果(亮度-10)不变。此更改确保图标在
不同交互状态下保持一致的视觉外观,不会出现意外的视觉伪影。
Log: 修复图标悬停状态显示白边问题
Influence:
1. 测试图标悬停交互,验证是否出现白边
2. 验证按下状态是否仍显示适当的视觉反馈(变暗效果)
3. 检查不同主题和尺寸下的图标渲染一致性
4. 测试多种图标类型,确保视觉质量没有回归
PMS: BUG-310087
Change-Id: Id3c2634ba1373c7e26061e2906ef1563801a9bb61 parent 5d10663 commit c785814
1 file changed
Lines changed: 3 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
| 107 | + | |
112 | 108 | | |
113 | | - | |
114 | | - | |
| 109 | + | |
115 | 110 | | |
116 | 111 | | |
117 | 112 | | |
| |||
0 commit comments