| Summary: | Add support for "disabled" state for "Combo-Button-Icon" | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Sudesh Bulathsinhala <sudeshb> |
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | 2.0 M1 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
Fixed in master with commit 09ab5f5ffbc18364f09084549e51adce184e16d6. |
Build Identifier: 20120216-1857 Add a "disabled" state for "Combo-Button-Icon" in Combo.theme.xml Reproducible: Always Steps to Reproduce: When applying a custom theme, we should be able to define "disabled" state for "Combo-Button-Icon" Combo-Button-Icon { background-image: url("/themes/icons/arrow.png"); } REQUESTED ENHANCEMENT --------------------- Combo-Button-Icon:disabled { background-image: url("/themes/icons/empty.png"); }