feat: 为 CategorySelector 组件添加了完整的 CSS 样式,包括玻璃拟态效果、下拉菜单、搜索和列表项样式,并支持暗黑模式。
This commit is contained in:
@@ -312,7 +312,10 @@
|
||||
/* Dark Mode Adjustments */
|
||||
@media (prefers-color-scheme: dark) {
|
||||
.category-selector__dropdown {
|
||||
background: rgba(30, 41, 59, 0.8);
|
||||
background: #1e293b;
|
||||
/* Make background solid in dark mode for better visibility */
|
||||
border: 1px solid rgba(255, 255, 255, 0.1);
|
||||
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
.category-selector__trigger {
|
||||
|
||||
Reference in New Issue
Block a user