* Minimal code style fix.

This commit is contained in:
Megax
2016-04-23 16:58:19 +02:00
parent 965778ed2a
commit 220596b43a
+2 -1
View File
@@ -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; }
}
}