-
Bug
-
Resolution: Unresolved
-
Major
-
9.6.4
-
None
-
Security Level: Jimmy
-
None
Steps to Reproduce
- run the zul in iceblue theme
- select the 1st and 2nd item
- deselect the 1st item
Current Result
the 1st and 2nd both have the same background color which confuses end-users that the 1st one looks still selected
Expected Result
the 1st one is the focused item should have a different background color from the selected item
Workaround
.z-listitem-focus>.z-listcell { background: #e0f2ff; }
- relates to
-
ZK-4297 Listbox hover and selected style are the same, makes it hard to be distinguished in mobile
- Closed