[libhandy] theme: Don't force 0px border-radius on the window
- From: Adrien Plazas <aplazas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libhandy] theme: Don't force 0px border-radius on the window
- Date: Mon, 31 Aug 2020 08:56:04 +0000 (UTC)
commit 80d2c401aec5fad7fa513dbde023d274bb7b895e
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Wed Aug 26 04:18:14 2020 +0500
theme: Don't force 0px border-radius on the window
This should have been a part of 0952057eb4752366f674b0af092ce91c0978e0ab
src/themes/Adwaita-dark.css | 2 +-
src/themes/Adwaita.css | 2 +-
src/themes/HighContrast.css | 2 +-
src/themes/HighContrastInverse.css | 2 +-
src/themes/_shared-base.scss | 2 +-
src/themes/shared.css | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/src/themes/Adwaita-dark.css b/src/themes/Adwaita-dark.css
index e553fac2..cd5441d7 100644
--- a/src/themes/Adwaita-dark.css
+++ b/src/themes/Adwaita-dark.css
@@ -76,7 +76,7 @@ viewswitchertitle viewswitcher { margin-left: 12px; margin-right: 12px; }
/*************************** Check and Radio buttons * */
popover.combo list { min-width: 200px; }
-window.csd.unified:not(.solid-csd), window.csd.unified:not(.solid-csd) headerbar { border-radius: 0; }
+window.csd.unified:not(.solid-csd) headerbar { border-radius: 0; }
.windowhandle, .windowhandle * { -GtkWidget-window-dragging: true; }
diff --git a/src/themes/Adwaita.css b/src/themes/Adwaita.css
index acb7f278..b7f09037 100644
--- a/src/themes/Adwaita.css
+++ b/src/themes/Adwaita.css
@@ -76,7 +76,7 @@ viewswitchertitle viewswitcher { margin-left: 12px; margin-right: 12px; }
/*************************** Check and Radio buttons * */
popover.combo list { min-width: 200px; }
-window.csd.unified:not(.solid-csd), window.csd.unified:not(.solid-csd) headerbar { border-radius: 0; }
+window.csd.unified:not(.solid-csd) headerbar { border-radius: 0; }
.windowhandle, .windowhandle * { -GtkWidget-window-dragging: true; }
diff --git a/src/themes/HighContrast.css b/src/themes/HighContrast.css
index f1d1eda6..20bf2281 100644
--- a/src/themes/HighContrast.css
+++ b/src/themes/HighContrast.css
@@ -76,7 +76,7 @@ viewswitchertitle viewswitcher { margin-left: 12px; margin-right: 12px; }
/*************************** Check and Radio buttons * */
popover.combo list { min-width: 200px; }
-window.csd.unified:not(.solid-csd), window.csd.unified:not(.solid-csd) headerbar { border-radius: 0; }
+window.csd.unified:not(.solid-csd) headerbar { border-radius: 0; }
.windowhandle, .windowhandle * { -GtkWidget-window-dragging: true; }
diff --git a/src/themes/HighContrastInverse.css b/src/themes/HighContrastInverse.css
index fd5b01b4..ed846282 100644
--- a/src/themes/HighContrastInverse.css
+++ b/src/themes/HighContrastInverse.css
@@ -76,7 +76,7 @@ viewswitchertitle viewswitcher { margin-left: 12px; margin-right: 12px; }
/*************************** Check and Radio buttons * */
popover.combo list { min-width: 200px; }
-window.csd.unified:not(.solid-csd), window.csd.unified:not(.solid-csd) headerbar { border-radius: 0; }
+window.csd.unified:not(.solid-csd) headerbar { border-radius: 0; }
.windowhandle, .windowhandle * { -GtkWidget-window-dragging: true; }
diff --git a/src/themes/_shared-base.scss b/src/themes/_shared-base.scss
index 934eeda1..6fec1a0a 100644
--- a/src/themes/_shared-base.scss
+++ b/src/themes/_shared-base.scss
@@ -8,7 +8,7 @@ popover.combo list {
window.csd.unified:not(.solid-csd) {
// Since corners are masked, there's no need for round corners anymore
- &, headerbar {
+ headerbar {
border-radius: 0;
}
}
diff --git a/src/themes/shared.css b/src/themes/shared.css
index 6bfd522b..66f9ea88 100644
--- a/src/themes/shared.css
+++ b/src/themes/shared.css
@@ -1,6 +1,6 @@
/*************************** Check and Radio buttons * */
popover.combo list { min-width: 200px; }
-window.csd.unified:not(.solid-csd), window.csd.unified:not(.solid-csd) headerbar { border-radius: 0; }
+window.csd.unified:not(.solid-csd) headerbar { border-radius: 0; }
.windowhandle, .windowhandle * { -GtkWidget-window-dragging: true; }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]