Adwaita: :insensitive is deprecated; use :disabled

This commit is contained in:
Daniel Boles 2017-03-02 18:59:25 +00:00
parent d6166921a8
commit 17da1e9f35
3 changed files with 3 additions and 3 deletions

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {