From 32a896e55628403e75077c97716ac491fa49f508 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 30 Nov 2020 14:56:45 +0100 Subject: [PATCH] fix style of popup when linking issues (#48971) --- stylesheets/application.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/stylesheets/application.scss b/stylesheets/application.scss index 1fbe049..201b691 100644 --- a/stylesheets/application.scss +++ b/stylesheets/application.scss @@ -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 {