[gtk+] css: use "disabled" instead of the "insensitivie"
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] css: use "disabled" instead of the "insensitivie"
- Date: Sun, 20 Mar 2016 16:52:15 +0000 (UTC)
commit d457b4f4a5375668d7dff73b043fb93ca92586cc
Author: Paolo Borelli <pborelli gnome org>
Date: Sun Mar 20 17:45:19 2016 +0100
css: use "disabled" instead of the "insensitivie"
Not only there is a typo, but it is also deprecated.
gtk/theme/Adwaita/_common.scss | 2 +-
gtk/theme/Adwaita/gtk-contained-dark.css | 2 +-
gtk/theme/Adwaita/gtk-contained.css | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index 3fb09c3..36f4d6d 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -3672,7 +3672,7 @@ placessidebar {
&:backdrop {
color: $backdrop_fg_color;
- &:insensitivie { color: $backdrop_insensitive_color; }
+ &:disabled { color: $backdrop_insensitive_color; }
}
}
diff --git a/gtk/theme/Adwaita/gtk-contained-dark.css b/gtk/theme/Adwaita/gtk-contained-dark.css
index 2c0a99b..bc8ddc2 100644
--- a/gtk/theme/Adwaita/gtk-contained-dark.css
+++ b/gtk/theme/Adwaita/gtk-contained-dark.css
@@ -3803,7 +3803,7 @@ placessidebar row {
color: #949796; }
placessidebar row image.sidebar-icon:backdrop {
color: #949796; }
- placessidebar row image.sidebar-icon:backdrop:insensitivie {
+ placessidebar row image.sidebar-icon:backdrop:disabled {
color: #5d6767; }
placessidebar row label.sidebar-label:dir(ltr) {
padding-right: 2px; }
diff --git a/gtk/theme/Adwaita/gtk-contained.css b/gtk/theme/Adwaita/gtk-contained.css
index ac15a5d..2d6d4cd 100644
--- a/gtk/theme/Adwaita/gtk-contained.css
+++ b/gtk/theme/Adwaita/gtk-contained.css
@@ -3831,7 +3831,7 @@ placessidebar row {
color: #8b8e8f; }
placessidebar row image.sidebar-icon:backdrop {
color: #8b8e8f; }
- placessidebar row image.sidebar-icon:backdrop:insensitivie {
+ placessidebar row image.sidebar-icon:backdrop:disabled {
color: #c3c3c0; }
placessidebar row label.sidebar-label:dir(ltr) {
padding-right: 2px; }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]