theme: use box-shadow

This commit is contained in:
Christian Hergert
2019-06-14 17:47:25 -07:00
parent e9728ad7b6
commit 565b6ec566

View File

@ -1,7 +1,7 @@
visualizers.selection { visualizers.selection {
background: none; background: none;
background-color: alpha(@theme_selected_bg_color, 0.35); background-color: alpha(@theme_selected_bg_color, 0.35);
border: 1px solid @theme_selected_bg_color; box-shadow: 0 0 0 1px @theme_selected_bg_color inset;
} }
visualizers.selection:backdrop { visualizers.selection:backdrop {
background: none; background: none;