File size: 376 Bytes
ab2ded1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.variableTable {
  margin-top: 14px;
}
.editableRow {
  :global(.editable-cell) {
    position: relative;
  }

  :global(.editable-cell-value-wrap) {
    padding: 5px 12px;
    cursor: pointer;
    height: 30px !important;
  }
  &:hover {
    :global(.editable-cell-value-wrap) {
      padding: 4px 11px;
      border: 1px solid #d9d9d9;
      border-radius: 2px;
    }
  }
}