[gtk/resize-borders: 3/3] theme: Make solid borders look better
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/resize-borders: 3/3] theme: Make solid borders look better
- Date: Thu, 22 Apr 2021 10:45:44 +0000 (UTC)
commit da4e2a29763f5fcc314da992c4b24763247c6211
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Apr 22 06:43:46 2021 -0400
theme: Make solid borders look better
As pointed out by Alberts Muktupāvels, without this,
we are missing the inner edge of the frame.
gtk/theme/Default/_common.scss | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/theme/Default/_common.scss b/gtk/theme/Default/_common.scss
index 2e6dade4dd..709a9bd61c 100644
--- a/gtk/theme/Default/_common.scss
+++ b/gtk/theme/Default/_common.scss
@@ -4075,9 +4075,9 @@ window {
padding: 4px;
border: solid 1px $borders_color;
border-radius: 0;
- box-shadow: inset 0 0 0 3px $headerbar_bg_color, inset 0 1px $top_hilight;
+ box-shadow: inset 0 0 0 4px $borders_color, inset 0 0 0 3px $headerbar_bg_color, inset 0 1px
$top_hilight;
- &:backdrop { box-shadow: inset 0 0 0 3px $backdrop_bg_color, inset 0 1px $top_hilight; }
+ &:backdrop { box-shadow: inset 0 0 0 4px $borders_color, inset 0 0 0 3px $backdrop_bg_color, inset 0 1px
$top_hilight; }
}
&.maximized,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]