fix style of popup when linking issues (#48971)

This commit is contained in:
Frédéric Péters 2020-11-30 14:56:45 +01:00
parent d30e032c3e
commit 32a896e556
1 changed files with 13 additions and 0 deletions

View File

@ -451,6 +451,19 @@ div.journal ul.details {
display: none;
}
/* popup when linking issues */
.ui-widget-content .ui-state-active {
font-weight: normal;
background: inherit;
color: inherit;
font-size: inherit;
border-color: transparent;
}
.ui-menu .ui-menu-item:hover {
border: none;
}
/* syntax highlighting */
.syntaxhl {