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:
@@ -198,7 +198,7 @@
|
||||
background: @body-bg;
|
||||
}
|
||||
&.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 {
|
||||
position: fixed;
|
||||
|
Reference in New Issue
Block a user