Community
Participate
Working Groups
To simplify the dark theme (see Bug 431845) it would be great to have a catch-all rule like this * { background-color: ... color: ... } The problem is that with the current implementation, this catch-all rule also catches StyledText (and thus, e.g., the JDT editor and other editors with syntax-highlighting). In order to specify exceptions, we want to implement the CSS3 keyword 'initial' which tells the CSS Engine to not style the respective property but to use the default value. Then we can use the catch-all rule above and then have a rule to restore default behavior for StyledText: StyledText { background-color: initial; color: initial; }
Is this still useful for the simplification of the dark theme?
Stefan, any update here. M6 is our last milestone where we can work on "API".
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. As such, we're closing this bug. If you have further information on the current state of the bug, please add it and reopen this bug. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. -- The automated Eclipse Genie.