Refine Dashboard Tab Hover Styles for Improved Visual Feedback
- Updated hover styles for inactive dashboard tab items to enhance visual clarity and user interaction. - Adjusted background and border properties for both light and dark modes, ensuring consistent appearance across themes.
This commit is contained in:
parent
877db10c09
commit
ae2ea0dc13
@ -3688,13 +3688,12 @@ body.objectKanbanColumnResizing * {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.dashboard-tab-item:not(.dashboard-tab-item-active):hover {
|
.dashboard-tab-item:not(.dashboard-tab-item-active):hover {
|
||||||
background: var(--color-button-background);
|
background: color-mix(in srgb, #ffffff 35%, transparent);
|
||||||
border: 1px solid
|
border: 1px solid var(--color-header-border);
|
||||||
color-mix(
|
}
|
||||||
in srgb,
|
|
||||||
var(--color-button-border) 40%,
|
.dark-mode .dashboard-tab-item:not(.dashboard-tab-item-active):hover {
|
||||||
var(--color-button-background)
|
background: color-mix(in srgb, #ffffff 2.75%, transparent);
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.dashboard-tab-item-active {
|
.dashboard-tab-item-active {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user