Adwaita: remove .list-row.activatable reset.

Since being 'activatable' istead of 'button' now that reset
is not needed anymore, the patch is pretty noisy since sass
interpreter changes, those look innocuous though.
This commit is contained in:
Lapo Calamandrei 2015-08-28 19:18:35 +02:00
parent 3d7d2f245f
commit c32fa1aa8d
3 changed files with 816 additions and 740 deletions

View File

@ -2573,24 +2573,6 @@ GtkScrolledWindow {
padding: 2px; padding: 2px;
} }
.list-row.activatable,
.list-row.activatable:backdrop,
.list-row.activatable:backdrop:active,
.list-row.activatable:backdrop:checked,
.list-row.activatable:backdrop:insensitive,
.list-row.activatable:backdrop:insensitive:active,
.list-row.activatable:backdrop:insensitive:checked,
.list-row.activatable:insensitive:active,
.list-row.activatable:insensitive:checked {
// reset button inherited stuff
@extend %undecorated_button;
background-color: transparentize($base_color,1); // for the transition
border-style: none; // I need no borders here
border-radius: 0; // and no rounded corners
box-shadow: none; // and no box-shadow
}
.list-row.activatable { .list-row.activatable {
// let's take care of background colors // let's take care of background colors
&:hover { &:hover {

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff