Update Dashboard Tab Pointer Events for Enhanced Interaction
All checks were successful
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good
All checks were successful
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good
- Changed pointer events for dashboard tab elements to improve user interaction, ensuring that the close button is responsive while maintaining a consistent experience across the dashboard. - Adjusted CSS properties to refine the visual behavior of tab elements during user interactions.
This commit is contained in:
parent
e44f0b2ead
commit
d9f3bb185f
@ -3892,7 +3892,7 @@ body.objectKanbanColumnResizing * {
|
||||
}
|
||||
|
||||
.dashboard-tab-sticky-clone[data-edge] .dashboard-tab-item {
|
||||
pointer-events: auto;
|
||||
pointer-events: none;
|
||||
box-sizing: border-box;
|
||||
width: var(--tab-sticky-width);
|
||||
min-width: var(--tab-sticky-width);
|
||||
@ -3924,8 +3924,8 @@ body.objectKanbanColumnResizing * {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.dashboard-tab-sticky-clone[data-faded='true'] .dashboard-tabs-label {
|
||||
pointer-events: none;
|
||||
.dashboard-tab-sticky-clone[data-edge] .dashboard-tabs-close {
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
||||
.dashboard-tabs-close {
|
||||
@ -3937,6 +3937,7 @@ body.objectKanbanColumnResizing * {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
margin-left: 1px;
|
||||
margin-right: -2px;
|
||||
border-radius: 8px;
|
||||
color: var(--color-text-secondary, inherit);
|
||||
opacity: 0.7;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user