Adwaita: remove superfluous selector on keycap styling
now that keys are made directly with labels istead of frames.
This commit is contained in:
@ -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,
|
||||
|
||||
@ -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) {
|
||||
|
||||
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user