Skip to content

Commit 483e255

Browse files
authored
Merge pull request #129 from mbektasbbg/fix_lumino_issues
Fix lumino issues
2 parents 7167d5b + 74cf152 commit 483e255

File tree

5 files changed

+53
-185
lines changed

5 files changed

+53
-185
lines changed

css/datagrid.css

Lines changed: 1 addition & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -16,50 +16,10 @@
1616
height: 500px;
1717
}
1818

19-
.cell-editor-occluder {
20-
pointer-events: none;
21-
position: absolute;
22-
overflow: hidden;
19+
.lm-DataGrid-cellEditorOccluder {
2320
margin: var(--datagrid-padding);
2421
}
2522

26-
.cell-editor-container {
27-
pointer-events: auto;
28-
position: absolute;
29-
background-color: #ffffff;
30-
box-sizing: border-box;
31-
box-shadow: 0px 0px 6px #006bf7;
32-
border: 2px solid #006bf7;
33-
}
34-
35-
.cell-editor-container.invalid {
36-
box-shadow: 0px 0px 6px red;
37-
border: 2px solid red;
38-
}
39-
40-
.cell-editor-container>form {
41-
width: 100%;
42-
height: 100%;
43-
overflow: hidden;
44-
}
45-
46-
.cell-editor {
47-
pointer-events: auto;
48-
width: 100%;
49-
height: 100%;
50-
outline: none;
51-
box-sizing: border-box;
52-
}
53-
54-
.input-cell-editor {
55-
background-color: #ffffff;
56-
border: 0;
57-
}
58-
59-
.boolean-cell-editor {
60-
margin: 0;
61-
}
62-
6323
.ipydatagrid-filterMenu {
6424
border: 1px solid var(--jp-border-color1, #BDBDBD);
6525
box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);

0 commit comments

Comments
 (0)