~knocte/ubuntu-themes/bring-back-zebra-striping

Ambiance: remove redundant attributes
  
Before revision 311 [1], the attributes for states pseudoclasses were
not being applied properly (as by the rules of CSS precedence, these
had the same specificity as other class rules, so the last one to be
specified won), so then these attributes were being hardcoded in a
duplicated manner in many rules with pseudoclasses.
  
Such was the case for the following attributes:
  
row:selected {
    color: @selected_fg_color;
}
row:selected:backdrop {
    color: @backdrop_selected_fg_color;
}
.entry:selected,
.entry:selected:focused {
    color: @selected_fg_color;
}
GtkIconView.view.cell:selected,
GtkIconView.view.cell:selected:focused {
    color: @selected_fg_color;
}
  
But, as revision 311 [1] added the pseudoclasses at the end of the
CSS file, then these attributes finally took effect in all cases,
and therefore they become redundant, so it is safe to remove them.
  
[1] http://bazaar.launchpad.net/~ubuntu-art-pkg/ubuntu-themes/trunk/revision/311.

Approved by PS Jenkins bot, Andrea Cimitan.
Filename Latest Rev Last Changed Committer Comment Size
..
.bzr-builddeb 255 11 years ago Didier Roche merging ubuntu-mono into ubuntu-themes Diff
Ambiance 4 14 years ago Kenneth Wimer Final naming Diff
debian 190.1.4 12 years ago Ken VanDine added packaging back, this is now a packaging bran Diff
LoginIcons 255 11 years ago Didier Roche merging ubuntu-mono into ubuntu-themes Diff
Radiance 5 14 years ago Kenneth Wimer * Update by Kenneth Wimer to fix some other issue Diff
ubuntu-mobile 278.2.1 11 years ago Renato Araujo Oliveira Filho Created ubuntu-mobile icons used in phone/tablet d Diff
ubuntu-mono-dark 255 11 years ago Didier Roche merging ubuntu-mono into ubuntu-themes Diff
ubuntu-mono-light 255 11 years ago Didier Roche merging ubuntu-mono into ubuntu-themes Diff
File ambiancetoradiance.sh 255 11 years ago Didier Roche merging ubuntu-mono into ubuntu-themes 409 bytes Diff Download File
COPYING 259 11 years ago Didier Roche Add COPYING license and fix debian/copyright 34.2 KB Diff Download File
distributor-logo.png 262 11 years ago Didier Roche Integrating ubuntu-artwork with the distro logo in 2 KB Diff Download File
Makefile 255 11 years ago Didier Roche merging ubuntu-mono into ubuntu-themes 454 bytes Diff Download File
File scavenge.py 255 11 years ago Didier Roche merging ubuntu-mono into ubuntu-themes 1.9 KB Diff Download File