* Minimal code style fix.

pull/379/head
Megax 2016-04-23 16:58:19 +02:00
parent 965778ed2a
commit 220596b43a
1 changed files with 2 additions and 1 deletions

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; }
}
}