Adwaita: remove superfluous selector on keycap styling

now that keys are made directly with labels istead of frames.
This commit is contained in:
Lapo Calamandrei 2016-01-14 16:26:22 +01:00
parent 4703d2bbf0
commit bc2355e0b1
3 changed files with 0 additions and 6 deletions

View File

@ -3714,8 +3714,6 @@ button.circular { // FIXME: aggregate to buttons
background-color: $backdrop_base_color;
color: if($variant == 'light', $backdrop_insensitive_color, $backdrop_fg_color);
}
border { border-style: none; }
}
*:drop(active):focus,

View File

@ -4663,8 +4663,6 @@ button.circular, headerbar button.circular.titlebutton,
.keycap:backdrop {
background-color: #2c2c2c;
color: #949796; }
.keycap border {
border-style: none; }
*:drop(active):focus,
*:drop(active) {

View File

@ -4840,8 +4840,6 @@ button.circular, headerbar button.circular.titlebutton,
.keycap:backdrop {
background-color: white;
color: #c3c3c0; }
.keycap border {
border-style: none; }
*:drop(active):focus,
*:drop(active) {