Allow re-linking tag colors to theme

- Add button to link tag color back to theme color, but explicitly setting it to empty again
- Debounce redrawing of tag color for performance
This commit is contained in:
Wolfsblvt
2024-05-27 05:02:00 +02:00
parent 24224dc0b1
commit 311fb261a4
2 changed files with 43 additions and 34 deletions

View File

@@ -27,6 +27,17 @@
flex: 1;
}
.tag_view_color_picker {
position: relative;
}
.tag_view_color_picker .link_icon {
position: absolute;
top: 50%;
right: 0px;
opacity: 0.5;
}
.tag_delete {
padding-right: 0;
color: var(--SmartThemeBodyColor) !important;