mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-20 21:41:32 +01:00
Transition to full opacity on hover
This commit is contained in:
parent
3d023a5cf6
commit
f0af503b4a
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user