Compare commits
2 Commits
48d2b0d15a
...
d9f3bb185f
| Author | SHA1 | Date | |
|---|---|---|---|
| d9f3bb185f | |||
| e44f0b2ead |
@ -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 0.2s ease 0.2s;
|
transition: opacity 0s ease 0s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.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: auto;
|
pointer-events: none;
|
||||||
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-faded='true'] .dashboard-tabs-label {
|
.dashboard-tab-sticky-clone[data-edge] .dashboard-tabs-close {
|
||||||
pointer-events: none;
|
pointer-events: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dashboard-tabs-close {
|
.dashboard-tabs-close {
|
||||||
@ -3937,6 +3937,7 @@ 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