From 70af260f0f12fb5e17f8a8e8b843268be12482be Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Sun, 23 Feb 2025 17:48:58 +0200 Subject: [PATCH] style(next): note map: tweak the color of the "fix nodes" button while toggled --- src/public/stylesheets/theme-next/shell.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/public/stylesheets/theme-next/shell.css b/src/public/stylesheets/theme-next/shell.css index 8dd7c0185..2a433887e 100644 --- a/src/public/stylesheets/theme-next/shell.css +++ b/src/public/stylesheets/theme-next/shell.css @@ -1319,6 +1319,14 @@ body .calendar-dropdown-widget .calendar-body a:hover { background: transparent !important; } +/* + * Note Map + */ + +.note-detail-note-map .fixnodes-type-switcher .tn-tool-button.toggled { + color: var(--tab-close-button-hover-background); +} + /* * Recent changes list */