diff options
| author | monikahedman <monika_hedman@brown.edu> | 2019-08-21 17:22:05 -0400 |
|---|---|---|
| committer | monikahedman <monika_hedman@brown.edu> | 2019-08-21 17:22:05 -0400 |
| commit | 55ae5df54051d8a0bcc341d51ea7e998635722a6 (patch) | |
| tree | dd910f79a5e9cc522d52b7d0f4194f697dcfd0da /src/client/views/nodes/WebBox.scss | |
| parent | 6604c40d02b4dd7c6a6c663f301bcaedfee6998f (diff) | |
| parent | 43d731ef2a6b2bd3fcdb7dd26fb6a8beac8e1306 (diff) | |
pulled from master
Diffstat (limited to 'src/client/views/nodes/WebBox.scss')
| -rw-r--r-- | src/client/views/nodes/WebBox.scss | 24 |
1 files changed, 2 insertions, 22 deletions
diff --git a/src/client/views/nodes/WebBox.scss b/src/client/views/nodes/WebBox.scss index 6272d3d47..b28f950c2 100644 --- a/src/client/views/nodes/WebBox.scss +++ b/src/client/views/nodes/WebBox.scss @@ -54,26 +54,10 @@ padding-bottom: 10px; overflow: hidden; - .collectionViewBaseChrome { + .editorBase { display: flex; - .collectionViewBaseChrome-viewPicker { - font-size: 75%; - text-transform: uppercase; - letter-spacing: 2px; - background: rgb(238, 238, 238); - color: grey; - outline-color: black; - border: none; - padding: 12px 10px 11px 10px; - margin-left: 50px; - } - - .collectionViewBaseChrome-viewPicker:active { - outline-color: black; - } - - .collectionViewBaseChrome-collapse { + .editor-collapse { transition: all .5s, opacity 0.3s; position: absolute; width: 40px; @@ -143,10 +127,6 @@ button:hover { transform: scale(1); } - - .collectionStackingViewChrome-sectionFilter:hover { - cursor: text; - } } } |
