Only transition actionable tag filters

This commit is contained in:
Cohee 2024-03-30 23:23:14 +02:00
parent 32cde5f13f
commit 8c5a81baff
1 changed files with 3 additions and 1 deletions

View File

@ -139,11 +139,13 @@
cursor: pointer;
opacity: 0.6;
filter: brightness(0.8);
}
.rm_tag_filter .tag.actionable {
transition: opacity 200ms;
}
.rm_tag_filter .tag:hover {
opacity: 1;
filter: brightness(1);
}