| Summary: | [Link] Theming issue with custom variant | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Nicolas Lenoire <nicolas.lenoire> | ||||
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | ||||||
| Version: | 2.2 | ||||||
| Target Milestone: | 2.3 M3 | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
Fixed in master with change https://git.eclipse.org/r/23789. |
Created attachment 240581 [details] application snipped reproducing the issue Overriding Link-Hyperlink text-decoration css property in a custom variant doesn't work well. After having defined a custom variant as below, the link (configured with that custom variant) is underlined while it shouldn't. After a mouse over the link, it become not underlined as expected. Link-Hyperlink { text-shadow: none; text-decoration: underline; color: green; } Link-Hyperlink.customTheming { text-decoration: none; color: red; } An application snippet to reproduce is attached with this bug: unzip RWTBugSnipper.zip as an eclipse project. Run BugSnipper.launch.