@use '../../global/globalCssVariables.module.scss' as global; .dashFieldView-active, .dashFieldView { position: relative; display: contents; align-items: center; .dashFieldView-enumerables { width: 10px; height: 10px; position: relative; display: inline-block; background: dimgray; } .dashFieldView-fieldCheck { min-width: 12px; position: relative; display: inline-block; margin: 0px; transform: scale(0.7); background-color: rgba(155, 155, 155, 0.24); } .dashFieldView-labelSpan { position: relative; display: inline-block; font-weight: normal; background: rgba(0, 0, 0, 0.1); align-content: center; cursor: default; } .dashFieldView-fieldSpan { min-width: 8px; margin-left: 2px; margin-right: 5px; padding-left: 2px; font-size: smaller; display: contents; > div { background-color: rgba(155, 155, 155, 0.24); } span { user-select: all; min-width: 100%; display: inline-block; overflow: hidden; text-overflow: ellipsis; max-width: 100%; } } } .dashFieldView, .dashFieldView-active { .dashFieldView-select { height: 100%; font-size: 12px; background: transparent; opacity: 0; width: 5px; } } .dashFieldView-active { &:hover { .dashFieldView-select { opacity: unset; width: 15px !important; } } } .ProseMirror-selectedNode { outline: solid 1px global.$light-blue !important; }