1
0
mirror of https://github.com/flarum/core.git synced 2025-07-21 16:51:34 +02:00

Fix LESS syntax error

This commit is contained in:
Toby Zerner
2015-07-28 16:09:57 +09:30
parent 8aec9b5169
commit 1994339a43

View File

@@ -198,7 +198,7 @@
background: @body-bg; background: @body-bg;
} }
&.active:not(.fullScreen) { &.active:not(.fullScreen) {
.box-shadow(0 0 0 2px @primary-color, 0 2px 6px @shadow-color); .box-shadow(~"0 0 0 2px @{primary-color}, 0 2px 6px @{shadow-color}");
} }
&.fullScreen { &.fullScreen {
position: fixed; position: fixed;