[gtk/revert-round-windows] Revert "theme: Round all window corners"
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/revert-round-windows] Revert "theme: Round all window corners"
- Date: Fri, 4 Dec 2020 16:16:39 +0000 (UTC)
commit 0dff89d9fb25aea74bd68eb317dbaf2644860325
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Dec 4 11:13:26 2020 -0500
Revert "theme: Round all window corners"
This reverts commit e46522e4b522aa163ca757436dc948b1d989530d.
gtk/theme/Adwaita/_common.scss | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index 19812ded36..5ad1236b49 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -4035,7 +4035,7 @@ window {
box-shadow: 0 3px 9px 1px transparentize(black, 0.5),
0 0 0 1px $_wm_border; //doing borders with box-shadow
margin: 0px;
- border-radius: $window_radius;
+ border-radius: $window_radius $window_radius 0 0;
&:backdrop {
// the transparent shadow here is to enforce that the shadow extents don't
// change when we go to backdrop, to prevent jumping windows.
@@ -4054,6 +4054,7 @@ window {
}
&.dialog.message {
+ border-radius: $window_radius;
box-shadow: 0 1px 2px transparentize(black, 0.8),
0 0 0 1px transparentize($_wm_border, 0.1);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]