added context-menu shadow

This commit is contained in:
Nicolas Constant 2019-07-03 18:59:47 -04:00
parent 84fe025f47
commit b2632e981d
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
1 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,11 @@
@import "variables";
::ng-deep .ngx-contextmenu {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
& .dropdown-menu {
border: solid 1px $context-menu-border-color;
background-color: $context-menu-background;