mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 11:15:57 +08:00
9 lines
199 B
CSS
9 lines
199 B
CSS
/* .item:hover, */
|
|
.item.active {
|
|
border: 0.5px solid #EAECF0;
|
|
box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
|
|
border-radius: 8px;
|
|
background: #FFFFFF;
|
|
color: #344054;
|
|
font-weight: 500;
|
|
} |