saved_snippets: Add new feature for saved snippets.

Fixes #31227.
This commit is contained in:
Vector73
2024-09-28 03:04:31 +05:30
committed by Tim Abbott
parent 8301dcd421
commit 66113365a5
19 changed files with 470 additions and 1 deletions

View File

@@ -155,6 +155,19 @@
0 2px 4px hsl(0deg 0% 0% / 20%);
}
.dropdown-list-delete {
/* hsl(7deg 100% 74%) corresponds to var(--red-250) */
color: color-mix(
in oklch,
hsl(7deg 100% 74%) 70%,
transparent
) !important;
&:hover {
color: hsl(7deg 100% 74%) !important;
}
}
#navbar-middle .column-middle-inner,
.header,
#message_view_header {