style(next): tweak the note icon popup

This commit is contained in:
Adorian Doran 2025-02-12 01:45:26 +02:00
parent 202bb9e126
commit faabec5360

View File

@ -1783,4 +1783,15 @@ div.bookmark-folder-widget .note-link .bx {
.delete-notes-list .note-path {
padding-left: 8px;
}
/* Note icon dialog */
.note-icon-widget .icon-list span {
border-radius: 8px;
}
.note-icon-widget .icon-list span:hover {
background: var(--hover-item-background-color);
color: var(--hover-item-text-color);
}