mirror of
https://github.com/langgenius/dify.git
synced 2025-10-30 02:13:28 +00:00
Co-authored-by: Joel <iamjoel007@gmail.com> Co-authored-by: JzoNg <jzongcode@gmail.com> Co-authored-by: Gillian97 <jinling.sunshine@gmail.com>
7 lines
103 B
CSS
7 lines
103 B
CSS
.modelModeLabel {
|
|
visibility: hidden;
|
|
}
|
|
|
|
.optionItem:hover .modelModeLabel {
|
|
visibility: visible;
|
|
} |