~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
..
source 190.1.4 12 years ago Ken VanDine added packaging back, this is now a packaging bran Diff
changelog 323.1.1 10 years ago Automatic PS uploader Releasing 13.04+13.10.20131014-0ubuntu1, based on 34.4 KB Diff Download File
compat 252 11 years ago Didier Roche Switch to dh9 2 bytes Diff Download File
control 284.1.1 11 years ago Łukasz 'sil2100' Zemczak Packaging review 1.9 KB Diff Download File
copyright 284.1.2 11 years ago Łukasz 'sil2100' Zemczak No need to fix copyright, too much noise is bad as 16.6 KB Diff Download File
light-themes.install 260 11 years ago Didier Roche rename install file 35 bytes Diff Download File
File rules 284.1.1 11 years ago Łukasz 'sil2100' Zemczak Packaging review 402 bytes Diff Download File
ubuntu-artwork.install 262 11 years ago Didier Roche Integrating ubuntu-artwork with the distro logo in 57 bytes Diff Download File
ubuntu-mobile-icons.install 278.2.6 11 years ago Renato Araujo Oliveira Filho Renamed ubuntu-mobile package to ubuntu-mobile-ico 30 bytes Diff Download File
ubuntu-mono.install 256 11 years ago Didier Roche * Rename light-themes to ubuntu-themes and merge o 62 bytes Diff Download File