mirror of
https://github.com/devonthesofa/obsidian-note-status.git
synced 2026-07-22 05:45:04 +00:00
style(modals): replace high-contrast success color with native obsidian accent variables for active items
This commit is contained in:
parent
9ba2619496
commit
cb3ab49efa
2 changed files with 6 additions and 4 deletions
File diff suppressed because one or more lines are too long
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue