#1483917 closed Bugs (fixed)
hierarchical folders: bad highlighting of selected folder
| Reported by: | profo | Owned by: | |
|---|---|---|---|
| Priority: | 4 | Milestone: | |
| Component: | Interface | Version: | 0.1-rc1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
The highlighting of selected hierarchical folders is messing up sometimes. Examples:
1) create a 2 level folder structure:
level1
level1/level2
Switch to E-Mail and select folder "level1".
=> level1 highlights correctly, but level2 gets underlined for some reason
2) create a n (>2) level folder structure, e.g.:
level1
level1/level2
level1/level2/level3
level1/level2/level3/level4
Switch to E-Mail and select folder "levelx". (x>1, x<n)
=> the line of levelx highlights, but the lines until leveln highlights a bit, too
Select folder "levely" (y>=1, y<n)
=> "leveln" gets underlined
Change History (4)
comment:1 Changed 7 years ago by cmcnulty
comment:2 Changed 7 years ago by cmcnulty
About should be:
#mailboxlist li.selected
{
background-color: #CC3333;
/* border-bottom: 1px solid #898989; */
}
comment:3 Changed 7 years ago by cmcnulty
- Resolution set to fixed
- Status changed from new to closed
fixed in 290
comment:4 Changed 7 years ago by profo
Fix works here. Cool, thanks!

commenting out line 270 in mail.css seems to do the trick:
#mailboxlist li.selected
{
}