style(modals): replace high-contrast success color with native obsidian accent variables for active items

This commit is contained in:
Aleix Soler 2026-03-19 18:12:58 +01:00
parent 9ba2619496
commit cb3ab49efa
2 changed files with 6 additions and 4 deletions

File diff suppressed because one or more lines are too long

View file

@ -56,8 +56,9 @@
}
.note-status-option[data-selected="true"] .note-status-option__icon-wrapper {
border-color: var(--interactive-success);
background: var(--background-modifier-success);
border-color: var(--interactive-accent);
background: var(--background-primary);
box-shadow: 0 0 0 1px var(--interactive-accent) inset;
}
.note-status-option__text {
@ -119,7 +120,8 @@
}
.selectable-list-item[data-selected="true"] {
background: var(--background-modifier-success);
background: var(--background-modifier-active-hover);
box-shadow: var(--shadow-s);
}
.selectable-list-item-icon {