Preview auto tags in bookmark form (#737)

This commit is contained in:
Sascha Ißbrücker
2024-06-16 10:04:38 +02:00
committed by GitHub
parent 469883a674
commit 44b49a4cfe
5 changed files with 81 additions and 9 deletions

View File

@@ -36,12 +36,11 @@
.form-input-hint.bookmark-exists {
display: none;
color: $warning-color;
}
a {
color: $warning-color;
text-decoration: underline;
font-weight: bold;
}
.form-input-hint.auto-tags {
display: none;
color: $success-color;
}
details.notes textarea {