Skip to content

Commit df693c0

Browse files
fix: menuoptions were invisible while hovering
1 parent 2d3040c commit df693c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ body {
462462
}
463463

464464
.path-mod-pdfannotator .chat-message .time,
465-
.path-mod-pdfannotator .chat-message .edited {
465+
.path-mod-pdfannotator .chat-message .edited {
466466
float: right;
467467
font-size: 11px;
468468
color: #777;
@@ -471,7 +471,7 @@ body {
471471
font-weight: 700;
472472
}
473473

474-
.path-mod-pdfannotator .chat-message button, .path-mod-pdfannotator #comment-nav button {
474+
.path-mod-pdfannotator .chat-message button:not(.dropdown-item), .path-mod-pdfannotator #comment-nav button {
475475
border-color: transparent;
476476
background-color: transparent;
477477
}

0 commit comments

Comments
 (0)