Opened 13 years ago
Closed 13 years ago
#6504 closed task (fixed)
Toolbar: hover highlighting too intense
Reported by: | bill | Owned by: | nonken |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Dijit - LnF | Version: | 1.1.0 |
Keywords: | ibm | Cc: | |
Blocked By: | Blocking: |
Description (last modified by )
- Problem: style of hover background colour and an outline is visually too much/not cohesive with the rest of the tundra theme:
- Recommendation: Lighten both the background and border colour for the hover state:
.tundra .dijitToolbar .dijitDropDownButtonHover { border: 1px solid #869cbf; background-color:#e1e5f0; }
Taken from IBM Design Leadership recommendations.
Attachments (2)
Change History (4)
Changed 13 years ago by
Attachment: | current.gif added |
---|
Changed 13 years ago by
comment:1 Changed 13 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [13434]) Make toolbar hover highlighting less intense for tundra (fixes #6504).