Compare commits
No commits in common. "d9f3bb185fe3d95222c736ceb824403eff5cc093" and "48d2b0d15aef08f67242942a20bef85f395044ba" have entirely different histories.
d9f3bb185f
...
48d2b0d15a
@ -162,7 +162,7 @@
|
||||
pointer-events: none;
|
||||
opacity: 1;
|
||||
/* 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 {
|
||||
@ -3892,7 +3892,7 @@ body.objectKanbanColumnResizing * {
|
||||
}
|
||||
|
||||
.dashboard-tab-sticky-clone[data-edge] .dashboard-tab-item {
|
||||
pointer-events: none;
|
||||
pointer-events: auto;
|
||||
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-edge] .dashboard-tabs-close {
|
||||
pointer-events: auto;
|
||||
.dashboard-tab-sticky-clone[data-faded='true'] .dashboard-tabs-label {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.dashboard-tabs-close {
|
||||
@ -3937,7 +3937,6 @@ 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