Refine Dashboard Tab Styles and Adjust Margins
- Reduced the left margin for dashboard tab close buttons for improved spacing. - Removed hover styles for the close button to streamline the design and enhance visual consistency.
This commit is contained in:
parent
5cc74bca18
commit
f3af883bd2
@ -3702,7 +3702,7 @@ body.objectKanbanColumnResizing * {
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
margin-left: 2px;
|
margin-left: 1px;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
color: var(--color-text-secondary, inherit);
|
color: var(--color-text-secondary, inherit);
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
@ -3716,11 +3716,6 @@ body.objectKanbanColumnResizing * {
|
|||||||
inset: -8px -8px -8px -6px;
|
inset: -8px -8px -8px -6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dashboard-tabs-close:hover {
|
|
||||||
opacity: 1;
|
|
||||||
background: var(--color-button-background);
|
|
||||||
}
|
|
||||||
|
|
||||||
.dashboard-tabs-add-button {
|
.dashboard-tabs-add-button {
|
||||||
padding-inline: 4px;
|
padding-inline: 4px;
|
||||||
min-width: 20px;
|
min-width: 20px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user