Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 429751

Summary: [Link] Theming issue with custom variant
Product: [RT] RAP Reporter: Nicolas Lenoire <nicolas.lenoire>
Component: RWTAssignee: 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:
Description Flags
application snipped reproducing the issue none

Description Nicolas Lenoire CLA 2014-03-06 05:22:29 EST
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.
Comment 1 Ivan Furnadjiev CLA 2014-03-25 05:39:42 EDT
Fixed in master with change https://git.eclipse.org/r/23789.