GNOME Bugzilla – Bug 639106
New CSS style misses distinction between "selected focused" and "selected unfocused"
Last modified: 2011-01-11 01:36:07 UTC
The old gtk2 theming had different color for the text selection in a focused window and selected text in an unfocused window. I see no trace of it in the default css provider, I am not sure if it's just a matter of adding it to the css or if it also needs to add (pseudo)classes to the widgets. The problem can be observed after applying the patch in bug #639105 that ports textview to the new style context
Created attachment 177891 [details] [review] CSS styles for the selection in a TextView. It looks it was just a matter of some css afterall
Looks good to me
This has been committed, it seems.