diff options
| author | eeng5 <eleanor_eng@brown.edu> | 2019-09-24 18:09:31 -0400 |
|---|---|---|
| committer | eeng5 <eleanor_eng@brown.edu> | 2019-09-24 18:09:31 -0400 |
| commit | 2e6c8efbcea67d345023db679de15f294a792dc5 (patch) | |
| tree | a57277c4384a114bc2457b4c4612ec6199744afc /src/client/views/collections/CollectionStackingView.scss | |
| parent | d9b217a3a8f963096e0a1b8658a31b9df9a5f82c (diff) | |
Initial menu for header capabilities
Diffstat (limited to 'src/client/views/collections/CollectionStackingView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionStackingView.scss | 38 |
1 files changed, 37 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionStackingView.scss b/src/client/views/collections/CollectionStackingView.scss index deb295a41..f34b3768b 100644 --- a/src/client/views/collections/CollectionStackingView.scss +++ b/src/client/views/collections/CollectionStackingView.scss @@ -138,7 +138,7 @@ .editableView-input:hover, .editableView-container-editing:hover, .editableView-container-editing-oneLine:hover { - cursor: text + cursor: text; } .editableView-input { @@ -188,6 +188,42 @@ } } + .collectionStackingView-sectionOptions { + position: absolute; + right: 0; + top: 0; + height: 100%; + + [class*="css"] { + max-width: 102px; + } + + .collectionStackingView-sectionOptionButton { + height: 35px; + } + + .collectionStackingView-optionPicker { + width: 78px; + + .optionOptions { + display: inline; + } + + .optionPicker { + cursor: pointer; + width: 20px; + height: 20px; + border-radius: 10px; + margin: 3px; + + &.active { + border: 2px solid white; + box-shadow: 0 0 0 2px lightgray; + } + } + } + } + .collectionStackingView-sectionDelete { position: absolute; right: 0; |
