Misplaced curly bracket prevented the :backdrop styling from getting
applied. Also fix the indentation while at it.
&.tiled-left,
&.tiled-right,
&.tiled-bottom {
- border-radius: 0;
- box-shadow: 0 0 0 1px $_wm_border_backdrop,
- 0 0 0 20px transparent; //transparent control workaround -- #3670
- }
- &:backdrop { box-shadow: 0 0 0 1px $_wm_border_backdrop,
- 0 0 0 20px transparent; // #3670
+ border-radius: 0;
+ box-shadow: 0 0 0 1px $_wm_border_backdrop,
+ 0 0 0 20px transparent; //transparent control workaround -- #3670
+
+ &:backdrop { box-shadow: 0 0 0 1px $_wm_border_backdrop,
+ 0 0 0 20px transparent; // #3670
+ }
}
&.popup { box-shadow: none; }