.eg-grid-wrapper:focus-visible {
outline: 2px solid #0A58CA;
outline-offset: 5px;
+ width: auto;
}
.eg-grid {
- width: 100%;
- caption-side: top;
- color: rgba(0,0,0,.87);
- table-layout: auto;
- white-space: normal;
+ width: revert;
+ caption-side: top;
+ color: rgba(0,0,0,.87);
+ table-layout: auto;
+ white-space: normal;
}
.eg-grid > :not(:first-child) {
}
.eg-grid-row {
- border-bottom: 1px solid rgba(0,0,0,.12);
- padding-left: 10px;
- padding-right: 10px;
+ border-bottom: 1px solid rgba(0,0,0,.12);
+ padding-left: 10px;
+ padding-right: 10px;
}
.eg-grid-header-row {
}
.eg-grid-body {
- outline: none; /* for keyboard events */
+ outline: none; /* for keyboard events */
}
.eg-grid-body-row.selected,
* inconsistent grid column widths
*/
.eg-grid-cell-overflow {
- white-space: normal;
+ white-space: normal;
}
.eg-grid-header-cell {
}
.eg-grid-header-cell.dragover {
- background-color: #cce5ff;
- border-color: #b8daff;
+ background-color: #cce5ff;
+ border-color: #b8daff;
}
.eg-grid-header-cell-sort-arrow {
}
.eg-grid-column-width-config .eg-grid-cell {
- border-left: 2px dashed grey;
+ border-left: 2px dashed grey;
}
.eg-grid-column-width-icon {
white-space: normal;
}
.eg-grid-col-is-filtered {
- background: lightblue;
+ background: lightblue;
}
.eg-grid-filter-menu {
min-width: 17rem;