Compare commits
No commits in common. "d9f3bb185fe3d95222c736ceb824403eff5cc093" and "48d2b0d15aef08f67242942a20bef85f395044ba" have entirely different histories.
d9f3bb185f
...
48d2b0d15a
@ -162,7 +162,7 @@
|
|||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
/* Wait for outgoing chrome to finish fading before this line appears. */
|
/* Wait for outgoing chrome to finish fading before this line appears. */
|
||||||
transition: opacity 0s ease 0s;
|
transition: opacity 0.2s ease 0.2s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dashboard-navigation-center-border-hidden {
|
.dashboard-navigation-center-border-hidden {
|
||||||
@ -3892,7 +3892,7 @@ body.objectKanbanColumnResizing * {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.dashboard-tab-sticky-clone[data-edge] .dashboard-tab-item {
|
.dashboard-tab-sticky-clone[data-edge] .dashboard-tab-item {
|
||||||
pointer-events: none;
|
pointer-events: auto;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
width: var(--tab-sticky-width);
|
width: var(--tab-sticky-width);
|
||||||
min-width: var(--tab-sticky-width);
|
min-width: var(--tab-sticky-width);
|
||||||
@ -3924,8 +3924,8 @@ body.objectKanbanColumnResizing * {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dashboard-tab-sticky-clone[data-edge] .dashboard-tabs-close {
|
.dashboard-tab-sticky-clone[data-faded='true'] .dashboard-tabs-label {
|
||||||
pointer-events: auto;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dashboard-tabs-close {
|
.dashboard-tabs-close {
|
||||||
@ -3937,7 +3937,6 @@ body.objectKanbanColumnResizing * {
|
|||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
margin-left: 1px;
|
margin-left: 1px;
|
||||||
margin-right: -2px;
|
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
color: var(--color-text-secondary, inherit);
|
color: var(--color-text-secondary, inherit);
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user