mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 14:31:10 +00:00
Adwaita: remove superfluous selector on keycap styling
now that keys are made directly with labels istead of frames.
This commit is contained in:
parent
4703d2bbf0
commit
bc2355e0b1
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user