mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-10-18 04:21:32 +08:00
Use a distinct icon color for destructive menu items
This commit is contained in:
parent
4999809e3a
commit
5df287db23
@ -289,6 +289,10 @@ div.ui-tooltip {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.dropdown-item .destructive-action-icon {
|
||||
color: var(--dropdown-item-icon-destructive-color);
|
||||
}
|
||||
|
||||
.CodeMirror {
|
||||
height: 100%;
|
||||
background: inherit;
|
||||
|
@ -18,6 +18,7 @@
|
||||
--main-border-color: #aaa;
|
||||
--dropdown-border-color: #555;
|
||||
--dropdown-shadow-opacity: .4;
|
||||
--dropdown-item-icon-destructive-color: #de6e5b;
|
||||
|
||||
--accented-background-color: #555;
|
||||
--more-accented-background-color: #777;
|
||||
|
@ -22,6 +22,7 @@ html {
|
||||
--main-border-color: #ccc;
|
||||
--dropdown-border-color: #ccc;
|
||||
--dropdown-shadow-opacity: .2;
|
||||
--dropdown-item-icon-destructive-color: #ec5138;
|
||||
|
||||
--accented-background-color: #f5f5f5;
|
||||
--more-accented-background-color: #ddd;
|
||||
|
Loading…
x
Reference in New Issue
Block a user