minor fix

This commit is contained in:
Andy Miller
2022-03-27 13:58:34 -06:00
parent 77123db66b
commit e7bb2edca4
3 changed files with 4 additions and 2 deletions

View File

@@ -1005,7 +1005,8 @@ form label {
form label [data-hint] { form label [data-hint] {
display: inline; } display: inline; }
form label .hint-icon { form label .hint-icon {
opacity: 0.7; } opacity: 0.7;
transition: 0.5s opacity; }
form label:hover .hint-icon { form label:hover .hint-icon {
opacity: 1.0; } opacity: 1.0; }
form label.inline { form label.inline {

File diff suppressed because one or more lines are too long

View File

@@ -166,6 +166,7 @@ form {
.hint-icon { .hint-icon {
opacity: 0.7; opacity: 0.7;
transition: 0.5s opacity;
} }
&:hover .hint-icon { &:hover .hint-icon {
opacity: 1.0; opacity: 1.0;