From 495a394d79870a95fb94d2fd9e80895c78557e2b Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Mon, 3 Mar 2025 17:50:59 +0200 Subject: [PATCH] style(next)/search in note: remove the italic font style from the match counters --- src/public/stylesheets/theme-next/notes/text.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/stylesheets/theme-next/notes/text.css b/src/public/stylesheets/theme-next/notes/text.css index ac6002a8c..8f54af5c9 100644 --- a/src/public/stylesheets/theme-next/notes/text.css +++ b/src/public/stylesheets/theme-next/notes/text.css @@ -146,7 +146,7 @@ html .note-detail-editable-text :not(figure, .include-note, hr):first-child { padding-top: 0; } -div.find-replace-widget div.find-widget-found-wrapper { +div.find-replace-widget div.find-widget-found-wrapper > span { min-width: 50px; font-style: normal; font-weight: normal;