@macrostrat/column-components
Version:
React rendering primitives for stratigraphic columns
114 lines (90 loc) • 2.38 kB
CSS
.obWsAG_column-notes .obWsAG_col-note-label {
cursor: pointer;
}
.obWsAG_column-notes .obWsAG_note-editor.obWsAG_bp5-editable-text {
user-select: none;
}
.obWsAG_column-notes .obWsAG_note-editor.obWsAG_bp5-editable-text:before {
inset: 0;
}
.obWsAG_position-editor .obWsAG_handle {
background-color: #d2e9ff;
border: 1px solid #1e90ff;
}
.obWsAG_position-editor .obWsAG_add-span-handle {
background-color: #e9f4ff;
border: 1px dotted #1e90ff;
}
.obWsAG_position-editor .obWsAG_top-handle, .obWsAG_position-editor .obWsAG_bottom-handle, .obWsAG_position-editor .obWsAG_add-span-handle {
border-radius: 3px;
}
.obWsAG_note-editor .obWsAG_note-connector {
stroke: #1e90ff;
stroke-width: 3px;
}
.obWsAG_col-note-label {
border-left: 1px solid var(--note-color);
z-index: 15;
margin: 1px 0;
padding-left: .3em;
font-style: italic;
}
g.obWsAG_height-range line {
stroke: var(--note-color);
stroke-width: 1.2px;
}
.obWsAG_underlay {
fill: var(--column-background-color);
fill-opacity: .8;
pointer-events: all;
}
.obWsAG_notes-list:has( + .obWsAG_note-editor) {
cursor: pointer;
}
.obWsAG_notes-list:has( + .obWsAG_note-editor) .obWsAG_note {
pointer-events: none;
}
.obWsAG_notes-list:has( + .obWsAG_note-editor) .obWsAG_note-inner {
cursor: pointer;
pointer-events: all;
}
.obWsAG_notes-list:has( + .obWsAG_note-editor) .obWsAG_note-inner > * {
pointer-events: none;
}
.obWsAG_note-inner {
margin: 5px;
}
.obWsAG_focusable .obWsAG_note-inner {
cursor: pointer;
}
.obWsAG_note-editor > foreignObject {
transform: translate(0, -1px);
}
.obWsAG_note-editor .obWsAG_note-inner {
max-height: var(--not-editor-max-height, 500px);
overflow-y: scroll;
}
g.obWsAG_note, g.obWsAG_note-editor {
--note-color: var(--column-note-color, var(--column-stroke-color, var(--text-color, #000)));
}
g.obWsAG_note circle, g.obWsAG_note-editor circle {
fill: var(--note-color);
}
g.obWsAG_note .obWsAG_link, g.obWsAG_note-editor .obWsAG_link {
stroke: var(--note-color);
stroke-width: 1px;
fill: none;
}
.obWsAG_note-editor .obWsAG_underlay {
cursor: pointer;
}
.obWsAG_new-note circle {
fill: #1e90ff;
}
.obWsAG_new-note line {
stroke: #1e90ff;
stroke-width: 3px;
marker-start: url("#new_arrow_start");
marker-end: url("#new_arrow_end");
}
/*# sourceMappingURL=column-components.ae5fd480.css.map */