|
@@ -5,6 +5,10 @@
|
|
|
padding: 0;
|
|
|
list-style: none;
|
|
|
user-select: none;
|
|
|
+ margin: -4px 0 0 1px;
|
|
|
+ padding: 4px 0;
|
|
|
+ background-color: #f2f2f2;
|
|
|
+ border: 1px solid #bcbcbc;
|
|
|
}
|
|
|
|
|
|
.context-menu__option {
|
|
@@ -17,18 +21,16 @@
|
|
|
margin: 0;
|
|
|
text-align: left;
|
|
|
border-radius: 0;
|
|
|
+ padding-left: 20px;
|
|
|
+ background-color: #f2f2f2;
|
|
|
+ border: none;
|
|
|
}
|
|
|
|
|
|
-.context-menu-option:focus {
|
|
|
- z-index: 1;
|
|
|
-}
|
|
|
-
|
|
|
-.context-menu__option:first-child .context-menu-option {
|
|
|
- border-top-left-radius: 4px;
|
|
|
- border-top-right-radius: 4px;
|
|
|
+.context-menu-option:hover {
|
|
|
+ color: white;
|
|
|
+ background-color: #4e95f5;
|
|
|
}
|
|
|
|
|
|
-.context-menu__option:last-child .context-menu-option {
|
|
|
- border-bottom-left-radius: 4px;
|
|
|
- border-bottom-right-radius: 4px;
|
|
|
+.context-menu-option:focus {
|
|
|
+ z-index: 1;
|
|
|
}
|