[epiphany/wip/exalm/libhandy583: 4/4] Stop adding background in preferences
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/wip/exalm/libhandy583: 4/4] Stop adding background in preferences
- Date: Fri, 31 Jul 2020 14:38:19 +0000 (UTC)
commit 8c82749b5517b6f2226da92701b189b64c12a8f8
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Fri Jul 31 17:40:54 2020 +0500
Stop adding background in preferences
There's no need to as there's no GtkNotebook anymore.
src/resources/gtk/prefs-appearance-page.ui | 3 ---
src/resources/gtk/prefs-general-page.ui | 3 ---
src/resources/gtk/prefs-privacy-page.ui | 3 ---
src/resources/gtk/prefs-sync-page.ui | 3 ---
src/resources/themes/Adwaita-dark.css | 2 --
src/resources/themes/Adwaita.css | 2 --
src/resources/themes/HighContrast.css | 2 --
src/resources/themes/HighContrastInverse.css | 2 --
src/resources/themes/_shared-base.scss | 4 ----
src/resources/themes/elementary.css | 2 --
src/resources/themes/shared.css | 2 --
11 files changed, 28 deletions(-)
---
diff --git a/src/resources/gtk/prefs-appearance-page.ui b/src/resources/gtk/prefs-appearance-page.ui
index 21c510e6d..7a284e42e 100644
--- a/src/resources/gtk/prefs-appearance-page.ui
+++ b/src/resources/gtk/prefs-appearance-page.ui
@@ -5,9 +5,6 @@
<property name="icon_name">document-edit-symbolic</property>
<property name="title" translatable="yes">Appearance</property>
<property name="visible">True</property>
- <style>
- <class name="preferences-background"/>
- </style>
<child>
<object class="HdyPreferencesGroup">
<property name="title" translatable="yes">Fonts</property>
diff --git a/src/resources/gtk/prefs-general-page.ui b/src/resources/gtk/prefs-general-page.ui
index 1c5a6b1d0..bd49a3d45 100644
--- a/src/resources/gtk/prefs-general-page.ui
+++ b/src/resources/gtk/prefs-general-page.ui
@@ -5,9 +5,6 @@
<property name="icon_name">applications-system-symbolic</property>
<property name="title" translatable="yes">General</property>
<property name="visible">True</property>
- <style>
- <class name="preferences-background"/>
- </style>
<child>
<object class="HdyPreferencesGroup" id="webapp_box">
<property name="title" translatable="yes">Web Application</property>
diff --git a/src/resources/gtk/prefs-privacy-page.ui b/src/resources/gtk/prefs-privacy-page.ui
index 89e262137..ab80bcdd1 100644
--- a/src/resources/gtk/prefs-privacy-page.ui
+++ b/src/resources/gtk/prefs-privacy-page.ui
@@ -5,9 +5,6 @@
<property name="icon_name">preferences-system-privacy-symbolic</property>
<property name="title" translatable="yes">Privacy</property>
<property name="visible">True</property>
- <style>
- <class name="preferences-background"/>
- </style>
<child>
<object class="HdyPreferencesGroup">
<property name="title" translatable="yes">Web Safety</property>
diff --git a/src/resources/gtk/prefs-sync-page.ui b/src/resources/gtk/prefs-sync-page.ui
index e26cc9b3c..ea8969da2 100644
--- a/src/resources/gtk/prefs-sync-page.ui
+++ b/src/resources/gtk/prefs-sync-page.ui
@@ -5,9 +5,6 @@
<property name="icon_name">emblem-synchronizing-symbolic</property>
<property name="title" translatable="yes">Sync</property>
<property name="visible">True</property>
- <style>
- <class name="preferences-background"/>
- </style>
<child>
<object class="HdyPreferencesGroup" id="sync_page_box">
<property name="description" translatable="yes">Sign in with your Firefox account to sync your data
with Web and Firefox on other computers. Web is not Firefox and is not produced or endorsed by
Mozilla.</property>
diff --git a/src/resources/themes/Adwaita-dark.css b/src/resources/themes/Adwaita-dark.css
index 8ec21d53e..692e9f90a 100644
--- a/src/resources/themes/Adwaita-dark.css
+++ b/src/resources/themes/Adwaita-dark.css
@@ -58,8 +58,6 @@
.tab-arrow-down-attention arrow.down { background-color: @theme_selected_bg_color; }
-.preferences-background scrolledwindow { background-color: @theme_bg_color; }
-
.page-menu-contents { margin-left: 12px; margin-right: 12px; margin-bottom: 12px; }
.search-entry-occurrences-tag { background: none; color: alpha(@theme_fg_color,0.5); box-shadow: none;
border: none; margin: 2px; padding: 2px; }
diff --git a/src/resources/themes/Adwaita.css b/src/resources/themes/Adwaita.css
index 7ea5923de..210df60b9 100644
--- a/src/resources/themes/Adwaita.css
+++ b/src/resources/themes/Adwaita.css
@@ -58,8 +58,6 @@
.tab-arrow-down-attention arrow.down { background-color: @theme_selected_bg_color; }
-.preferences-background scrolledwindow { background-color: @theme_bg_color; }
-
.page-menu-contents { margin-left: 12px; margin-right: 12px; margin-bottom: 12px; }
.search-entry-occurrences-tag { background: none; color: alpha(@theme_fg_color,0.5); box-shadow: none;
border: none; margin: 2px; padding: 2px; }
diff --git a/src/resources/themes/HighContrast.css b/src/resources/themes/HighContrast.css
index 3a985c985..7c1709431 100644
--- a/src/resources/themes/HighContrast.css
+++ b/src/resources/themes/HighContrast.css
@@ -58,8 +58,6 @@
.tab-arrow-down-attention arrow.down { background-color: @theme_selected_bg_color; }
-.preferences-background scrolledwindow { background-color: @theme_bg_color; }
-
.page-menu-contents { margin-left: 12px; margin-right: 12px; margin-bottom: 12px; }
.search-entry-occurrences-tag { background: none; color: alpha(@theme_fg_color,0.5); box-shadow: none;
border: none; margin: 2px; padding: 2px; }
diff --git a/src/resources/themes/HighContrastInverse.css b/src/resources/themes/HighContrastInverse.css
index 60091ff52..92aaf7543 100644
--- a/src/resources/themes/HighContrastInverse.css
+++ b/src/resources/themes/HighContrastInverse.css
@@ -58,8 +58,6 @@
.tab-arrow-down-attention arrow.down { background-color: @theme_selected_bg_color; }
-.preferences-background scrolledwindow { background-color: @theme_bg_color; }
-
.page-menu-contents { margin-left: 12px; margin-right: 12px; margin-bottom: 12px; }
.search-entry-occurrences-tag { background: none; color: alpha(@theme_fg_color,0.5); box-shadow: none;
border: none; margin: 2px; padding: 2px; }
diff --git a/src/resources/themes/_shared-base.scss b/src/resources/themes/_shared-base.scss
index 305bf328d..682766ff3 100644
--- a/src/resources/themes/_shared-base.scss
+++ b/src/resources/themes/_shared-base.scss
@@ -173,10 +173,6 @@
}
}
-.preferences-background scrolledwindow {
- background-color: themecolor(theme_bg_color);
-}
-
.page-menu-contents {
margin-left: 12px;
margin-right: 12px;
diff --git a/src/resources/themes/elementary.css b/src/resources/themes/elementary.css
index 1dc766a34..cd3b9b670 100644
--- a/src/resources/themes/elementary.css
+++ b/src/resources/themes/elementary.css
@@ -58,8 +58,6 @@
.tab-arrow-down-attention arrow.down { background-color: @theme_selected_bg_color; }
-.preferences-background scrolledwindow { background-color: @theme_bg_color; }
-
.page-menu-contents { margin-left: 12px; margin-right: 12px; margin-bottom: 12px; }
.search-entry-occurrences-tag { background: none; color: alpha(@theme_fg_color,0.5); box-shadow: none;
border: none; margin: 2px; padding: 2px; }
diff --git a/src/resources/themes/shared.css b/src/resources/themes/shared.css
index 682b09964..b28538adb 100644
--- a/src/resources/themes/shared.css
+++ b/src/resources/themes/shared.css
@@ -58,8 +58,6 @@
.tab-arrow-down-attention arrow.down { background-color: @theme_selected_bg_color; }
-.preferences-background scrolledwindow { background-color: @theme_bg_color; }
-
.page-menu-contents { margin-left: 12px; margin-right: 12px; margin-bottom: 12px; }
.search-entry-occurrences-tag { background: none; color: alpha(@theme_fg_color,0.5); box-shadow: none;
border: none; margin: 2px; padding: 2px; }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]