From 220596b43a2c47ac0bcf436de6fc68bade6e8ab1 Mon Sep 17 00:00:00 2001 From: Megax Date: Sat, 23 Apr 2016 16:58:19 +0200 Subject: [PATCH] * Minimal code style fix. --- gtk-3.0/scss/widgets/_window.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gtk-3.0/scss/widgets/_window.scss b/gtk-3.0/scss/widgets/_window.scss index 18d924d..7742fbb 100755 --- a/gtk-3.0/scss/widgets/_window.scss +++ b/gtk-3.0/scss/widgets/_window.scss @@ -52,7 +52,8 @@ &.ssd { // Fixed gtk-3.18 Unity bug (https://github.com/numixproject/numix-gtk-theme/issues/270) - box-shadow: 0 0 0 1px transparent; + box-shadow: 0 0 0 1px $wm_border_focused; + &.maximized { border-radius: 0; } } }