mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
style(next): tweak the note icon selection button
This commit is contained in:
parent
e1e2afc3cd
commit
1f8713f57e
@ -1145,12 +1145,18 @@ body.mobile .note-title {
|
||||
|
||||
/* The "Change note icon" button */
|
||||
|
||||
.note-icon-widget .note-icon {
|
||||
:root .note-icon-widget button.note-icon,
|
||||
:root .note-icon-widget button.note-icon:hover {
|
||||
border: none;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
.note-icon-widget .note-icon:hover {
|
||||
/* Dropdown open */
|
||||
:root .note-icon-widget button.note-icon.show {
|
||||
background: var(--ck-editor-toolbar-dropdown-button-open-background);
|
||||
}
|
||||
|
||||
:root .note-icon-widget button.note-icon:not(:disabled):hover {
|
||||
background: var(--icon-button-hover-background);
|
||||
color: var(--icon-button-hover-color);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user