[gtk/wip/exalm/window: 3/3] theme: Round all window corners
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/exalm/window: 3/3] theme: Round all window corners
- Date: Thu, 21 May 2020 14:00:53 +0000 (UTC)
commit 0d66662899f7c70726f4ab4358ff4a8ca36d6309
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Thu May 21 18:30:35 2020 +0500
theme: Round all window corners
gtk/theme/Adwaita/_common.scss | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index 35362835c0..5d312bd33f 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -4046,7 +4046,7 @@ window {
// FIXME rationalize shadows
margin: 0px;
- border-radius: $window_radius $window_radius 0 0;
+ border-radius: $window_radius;
&:backdrop {
// the transparent shadow here is to enforce that the shadow extents don't
@@ -4066,7 +4066,6 @@ 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]