Transition to full opacity on hover

This commit is contained in:
Cohee 2024-05-16 00:22:09 +03:00
parent 3d023a5cf6
commit f0af503b4a
1 changed files with 5 additions and 0 deletions

View File

@ -246,4 +246,9 @@ select.keyselect+span.select2-container .select2-selection--multiple {
opacity: 0.75;
color: var(--SmartThemeBodyColor);
transition: opacity 0.3s;
}
.switch_input_type_icon:hover {
opacity: 1;
}