client/css: disable color transitions in tag autocomplete

This commit is contained in:
Eva
2025-03-30 07:44:04 +02:00
parent aeb9b5b931
commit 96f5a028b8

View File

@ -369,6 +369,7 @@ input[type=file]:focus+.file-dropper,
a
display: block
padding: 0.1em 0.5em
transition: none
&.active a, a:hover
background: $button-enabled-background-color
color: $button-enabled-text-color