[gtk+] notebook: Remove outdated style properties from themes



commit d74c1bfd849cee88c7163ded68a749ce7ac7c2e8
Author: Benjamin Otte <otte redhat com>
Date:   Thu Jan 7 12:30:05 2016 +0100

    notebook: Remove outdated style properties from themes
    
    No replacement provided, the notebook will have to be redone anyway.

 gtk/theme/Adwaita/_common.scss                   |    5 -----
 gtk/theme/Adwaita/gtk-contained-dark.css         |    4 ----
 gtk/theme/Adwaita/gtk-contained.css              |    4 ----
 gtk/theme/HighContrast/_common.scss              |    5 -----
 gtk/theme/HighContrast/gtk-contained-inverse.css |    4 ----
 gtk/theme/HighContrast/gtk-contained.css         |    4 ----
 6 files changed, 0 insertions(+), 26 deletions(-)
---
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index 7e6ed75..da5a151 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -1781,11 +1781,6 @@ popover.background {
  *************/
 
 notebook {
-  -GtkNotebook-initial-gap: 10;
-  -GtkNotebook-arrow-spacing: 5;
-  -GtkNotebook-tab-curvature: 0;
-  -GtkNotebook-tab-overlap: -8;
-
   // Through me you go to the grief wracked city;
   // Through me you go to everlasting pain;
   // Through me you go a pass among lost souls.
diff --git a/gtk/theme/Adwaita/gtk-contained-dark.css b/gtk/theme/Adwaita/gtk-contained-dark.css
index 60bd3ec..25c31d7 100644
--- a/gtk/theme/Adwaita/gtk-contained-dark.css
+++ b/gtk/theme/Adwaita/gtk-contained-dark.css
@@ -2212,10 +2212,6 @@ popover.background {
  * Notebooks *
  *************/
 notebook {
-  -GtkNotebook-initial-gap: 10;
-  -GtkNotebook-arrow-spacing: 5;
-  -GtkNotebook-tab-curvature: 0;
-  -GtkNotebook-tab-overlap: -8;
   padding: 0;
   background-color: #292929;
   transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
diff --git a/gtk/theme/Adwaita/gtk-contained.css b/gtk/theme/Adwaita/gtk-contained.css
index a859f82..392e348 100644
--- a/gtk/theme/Adwaita/gtk-contained.css
+++ b/gtk/theme/Adwaita/gtk-contained.css
@@ -2222,10 +2222,6 @@ popover.background {
  * Notebooks *
  *************/
 notebook {
-  -GtkNotebook-initial-gap: 10;
-  -GtkNotebook-arrow-spacing: 5;
-  -GtkNotebook-tab-curvature: 0;
-  -GtkNotebook-tab-overlap: -8;
   padding: 0;
   background-color: #ffffff;
   transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
diff --git a/gtk/theme/HighContrast/_common.scss b/gtk/theme/HighContrast/_common.scss
index 4701878..c80a6d4 100644
--- a/gtk/theme/HighContrast/_common.scss
+++ b/gtk/theme/HighContrast/_common.scss
@@ -1249,11 +1249,6 @@ popover {
  *****************/
 
 notebook {
-  -GtkNotebook-initial-gap: 10;
-  -GtkNotebook-arrow-spacing: 5;
-  -GtkNotebook-tab-curvature: 0;
-  -GtkNotebook-tab-overlap: -8;
-
   // Through me you go to the grief wracked city;
   // Through me you go to everlasting pain;
   // Through me you go a pass among lost souls.
diff --git a/gtk/theme/HighContrast/gtk-contained-inverse.css 
b/gtk/theme/HighContrast/gtk-contained-inverse.css
index 0211610..d3f4186 100644
--- a/gtk/theme/HighContrast/gtk-contained-inverse.css
+++ b/gtk/theme/HighContrast/gtk-contained-inverse.css
@@ -1394,10 +1394,6 @@ popover {
  * Tabs          *
  *****************/
 notebook {
-  -GtkNotebook-initial-gap: 10;
-  -GtkNotebook-arrow-spacing: 5;
-  -GtkNotebook-tab-curvature: 0;
-  -GtkNotebook-tab-overlap: -8;
   padding: 0;
   background-color: #111;
   transition: all 200ms ease-out; }
diff --git a/gtk/theme/HighContrast/gtk-contained.css b/gtk/theme/HighContrast/gtk-contained.css
index 01bba03..37f04d5 100644
--- a/gtk/theme/HighContrast/gtk-contained.css
+++ b/gtk/theme/HighContrast/gtk-contained.css
@@ -1394,10 +1394,6 @@ popover {
  * Tabs          *
  *****************/
 notebook {
-  -GtkNotebook-initial-gap: 10;
-  -GtkNotebook-arrow-spacing: 5;
-  -GtkNotebook-tab-curvature: 0;
-  -GtkNotebook-tab-overlap: -8;
   padding: 0;
   background-color: #fff;
   transition: all 200ms ease-out; }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]