style(next): note map: tweak the color of the "fix nodes" button while toggled

This commit is contained in:
Adorian Doran 2025-02-23 17:48:58 +02:00
parent 474b44608b
commit 70af260f0f

View File

@ -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
*/