Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Loleaflet: contextMenu: Fix single action entry style
E.g.: right click; paste (single entry with action) was not changing color

Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: Ib3889859f4210ac01a1c308ac15e383a511aa067
  • Loading branch information
pedropintosilva committed Nov 10, 2020
1 parent d0210de commit 081b503
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions loleaflet/css/loleaflet.css
Expand Up @@ -326,8 +326,8 @@ body {
content: '\2713';
}

.context-menu-hover
{
.context-menu-hover,
.context-menu-hover > span > a {
background-color: #0b87e7 !important;
color: #fff !important;
}
Expand Down

0 comments on commit 081b503

Please sign in to comment.