mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Transition to full opacity on hover
This commit is contained in:
@@ -246,4 +246,9 @@ select.keyselect+span.select2-container .select2-selection--multiple {
|
|||||||
|
|
||||||
opacity: 0.75;
|
opacity: 0.75;
|
||||||
color: var(--SmartThemeBodyColor);
|
color: var(--SmartThemeBodyColor);
|
||||||
|
transition: opacity 0.3s;
|
||||||
|
}
|
||||||
|
|
||||||
|
.switch_input_type_icon:hover {
|
||||||
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user