mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-12 23:32:19 +02:00
fix various light theme issues
This commit is contained in:
@@ -62,6 +62,10 @@
|
|||||||
.accordion-control {
|
.accordion-control {
|
||||||
height: 2.5rem;
|
height: 2.5rem;
|
||||||
border-radius: var(--theme-radius-md);
|
border-radius: var(--theme-radius-md);
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
background: var(--theme-colors-background);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.accordion-content {
|
.accordion-content {
|
||||||
|
|||||||
@@ -4,6 +4,10 @@
|
|||||||
|
|
||||||
.control {
|
.control {
|
||||||
background: var(--theme-colors-background);
|
background: var(--theme-colors-background);
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
background: var(--theme-colors-background);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.chevron {
|
.chevron {
|
||||||
|
|||||||
@@ -13,5 +13,6 @@
|
|||||||
.root {
|
.root {
|
||||||
padding: var(--theme-spacing-xs) var(--theme-spacing-sm);
|
padding: var(--theme-spacing-xs) var(--theme-spacing-sm);
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
color: var(--theme-colors-foreground);
|
||||||
background: var(--theme-colors-surface);
|
background: var(--theme-colors-surface);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,6 +4,10 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
padding: var(--theme-spacing-sm) var(--theme-spacing-md);
|
padding: var(--theme-spacing-sm) var(--theme-spacing-md);
|
||||||
cursor: default;
|
cursor: default;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
background: var(--theme-colors-background);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu-item:disabled {
|
.menu-item:disabled {
|
||||||
|
|||||||
Reference in New Issue
Block a user