diff options
author | Brandon <brandon_li@brown.edu> | 2019-06-03 17:01:31 -0400 |
---|---|---|
committer | Brandon <brandon_li@brown.edu> | 2019-06-03 17:01:31 -0400 |
commit | 2a985b3201e8a8c3dc2f7ffa9604d916ad5aeab6 (patch) | |
tree | 040ccbc4f5e70e7bc8b05d958e2568fa04d33a59 | |
parent | 8edac25c7e39ba660d3d2b76f38d579a61e5d016 (diff) |
fixed icons in menu
-rw-r--r-- | src/client/views/ContextMenu.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/ContextMenu.scss b/src/client/views/ContextMenu.scss index 74acba615..7e066d53a 100644 --- a/src/client/views/ContextMenu.scss +++ b/src/client/views/ContextMenu.scss @@ -65,6 +65,7 @@ } .icon-background { + pointer-events: none; background-color: #DDDDDD; width: 35px; text-align: center; |