aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/ContextMenu.scss
diff options
context:
space:
mode:
authorJude <julie_wang1@brown.edu>2019-03-09 07:50:45 -0500
committerJude <julie_wang1@brown.edu>2019-03-09 07:50:45 -0500
commitd0c43b6c3a3ce95a49296766f1f5c12034888171 (patch)
treef9efbe7e6eb9df0f95999ebaa595227157a26fbf /src/client/views/ContextMenu.scss
parentf46b0761e60c3edc1061f9b67238591409d00bc3 (diff)
minor context menu changes
Diffstat (limited to 'src/client/views/ContextMenu.scss')
-rw-r--r--src/client/views/ContextMenu.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/views/ContextMenu.scss b/src/client/views/ContextMenu.scss
index 8786a623f..5bb5d67f5 100644
--- a/src/client/views/ContextMenu.scss
+++ b/src/client/views/ContextMenu.scss
@@ -10,7 +10,7 @@
.contextMenu-item {
width: auto;
height: auto;
- background: #F0F8FF;
+ background: $light-color-secondary;
display: flex;
justify-content: left;
align-items: center;
@@ -23,7 +23,7 @@
transition: all .1s;
border-width: .11px;
border-style: none;
- border-color: rgb(187, 186, 186);
+ border-color: #AAAAAA;
border-bottom-style: solid;
padding: 10px;
white-space: nowrap;
@@ -32,7 +32,7 @@
.contextMenu-item:hover {
transition: all .1s;
- background: $light-emphasis;
+ background: $light-accent;
}
.contextMenu-description {