This commit is contained in:
Dapoolp 2025-08-26 16:48:02 +02:00
parent cd7c1fb672
commit a659375157
7 changed files with 31 additions and 32 deletions

View file

@ -624,6 +624,7 @@
.form-group {
justify-content: end;
flex-wrap: nowrap;
}
.hint {

View file

@ -18,7 +18,7 @@
color: var(--color-form-hint);
}
&:hover {
.form-group:hover {
.hint {
color: var(--color-form-hint-hover);
}