mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-05 01:30:41 +08: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;
|
|
} |