feat(dees-table): improve inline cell editors with integrated input styling and auto-open dropdowns
This commit is contained in:
@@ -386,6 +386,11 @@ export const tableStyles: CSSResult[] = [
|
||||
}
|
||||
td.editingCell {
|
||||
padding: 0;
|
||||
outline: 2px solid ${cssManager.bdTheme(
|
||||
'hsl(222.2 47.4% 51.2% / 0.6)',
|
||||
'hsl(217.2 91.2% 59.8% / 0.6)'
|
||||
)};
|
||||
outline-offset: -2px;
|
||||
}
|
||||
td.editingCell .innerCellContainer {
|
||||
padding: 0;
|
||||
|
||||
Reference in New Issue
Block a user