chore: griddy work
This commit is contained in:
@@ -89,6 +89,35 @@
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
/* ─── Header Cell Content ──────────────────────────────────────────────── */
|
||||
|
||||
.griddy-header-cell-content {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
/* ─── Filter Button ────────────────────────────────────────────────────── */
|
||||
|
||||
.griddy-filter-button {
|
||||
flex-shrink: 0;
|
||||
opacity: 0.65;
|
||||
transition: opacity 0.2s ease;
|
||||
}
|
||||
|
||||
.griddy-filter-button:hover {
|
||||
opacity: 0.85;
|
||||
}
|
||||
|
||||
.griddy-filter-button--active {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
/* ─── Resize Handle ────────────────────────────────────────────────────── */
|
||||
|
||||
.griddy-resize-handle {
|
||||
|
||||
Reference in New Issue
Block a user