diff options
| author | Sam Wilkins <abdullah_ahmed@brown.edu> | 2019-07-19 16:21:19 -0400 |
|---|---|---|
| committer | Sam Wilkins <abdullah_ahmed@brown.edu> | 2019-07-19 16:21:19 -0400 |
| commit | 5da4de27c45e4f40c88b710be64f0129e9be7088 (patch) | |
| tree | c368b413d59f09d79798697fce4b1976580db6ff /src/client/views/collections/CollectionSchemaView.scss | |
| parent | e1b11d49cc73ae9cfe85c5225537d681bbc976cc (diff) | |
focused cell styling + click editable view changes focuses on that cell
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionSchemaView.scss | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.scss b/src/client/views/collections/CollectionSchemaView.scss index 47947829e..045994751 100644 --- a/src/client/views/collections/CollectionSchemaView.scss +++ b/src/client/views/collections/CollectionSchemaView.scss @@ -126,13 +126,14 @@ .rt-tr { width: 100%; + height: $MAX_ROW_HEIGHT; } .rt-td { border-width: 1px; border-right-color: $intermediate-color; max-height: $MAX_ROW_HEIGHT; - padding: 3px 7px; + padding: 0; font-size: 13px; text-align: center; @@ -289,6 +290,10 @@ height: 100%; padding: 4px; + &:focus { + outline: none; + } + &.focused { // background-color: yellowgreen; border: 2px solid yellowgreen; |
