Commit f3b1ca3
fix: adjust grid view highlight appearance
1. Removed margins from highlight rectangle to make it fill parent
completely
2. Increased highlight opacity for better visibility (0.1 to 0.2 for
dark theme, 0.1 to 0.15 for light theme)
3. Simplified anchor binding by removing margins configuration
These changes improve the visual feedback when items are highlighted
in the grid view, making the selection state more noticeable while
maintaining a clean appearance. The increased opacity helps with
accessibility and visual clarity.
fix: 调整网格视图高亮外观
1. 移除高亮矩形的边距使其完全填充父元素
2. 增加高亮透明度以提高可见性(暗色主题从0.1到0.2,亮色主题从0.1到0.15)
3. 通过移除边距配置简化了锚点绑定
这些改动改善了网格视图中项目高亮的视觉反馈,使选中状态更加明显同时保持简
洁外观。增加的透明度有助于提升可访问性和视觉清晰度。
Pms: BUG-3270651 parent f3d60d1 commit f3b1ca3
1 file changed
Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
| 105 | + | |
109 | 106 | | |
110 | | - | |
| 107 | + | |
111 | 108 | | |
112 | 109 | | |
113 | 110 | | |
| |||
0 commit comments