mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-10 20:50:12 +00:00
Adwaita: :insensitive is deprecated; use :disabled
This commit is contained in:
parent
d6166921a8
commit
17da1e9f35
@ -156,7 +156,7 @@ flowbox {
|
||||
|
||||
&:backdrop { background-color: if($variant=='light', transparent, darken($backdrop_base_color,5%)); }
|
||||
&:active, &:selected { background-color: if($variant=='light', transparent, $selected_bg_color); }
|
||||
&:insensitive { background-color: if($variant=='light', transparent, $insensitive_bg_color); }
|
||||
&:disabled { background-color: if($variant=='light', transparent, $insensitive_bg_color); }
|
||||
}
|
||||
|
||||
label {
|
||||
|
@ -110,7 +110,7 @@ flowbox flowboxchild {
|
||||
background-color: #1a1d1e; }
|
||||
.content-view .tile:active, .content-view .tile:selected {
|
||||
background-color: #215d9c; }
|
||||
.content-view .tile:insensitive {
|
||||
.content-view .tile:disabled {
|
||||
background-color: #2d3234; }
|
||||
|
||||
label {
|
||||
|
@ -110,7 +110,7 @@ flowbox flowboxchild {
|
||||
background-color: transparent; }
|
||||
.content-view .tile:active, .content-view .tile:selected {
|
||||
background-color: transparent; }
|
||||
.content-view .tile:insensitive {
|
||||
.content-view .tile:disabled {
|
||||
background-color: transparent; }
|
||||
|
||||
label {
|
||||
|
Loading…
Reference in New Issue
Block a user