Skip to content

Commit

Permalink
style(next): tweak the note icon popup
Browse files Browse the repository at this point in the history
  • Loading branch information
adoriandoran committed Feb 11, 2025
1 parent 202bb9e commit faabec5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/public/stylesheets/theme-next/shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

0 comments on commit faabec5

Please sign in to comment.