diff --git a/themes/default/highlights/_highlights.scss b/themes/default/highlights/_highlights.scss deleted file mode 100644 index bf10072..0000000 --- a/themes/default/highlights/_highlights.scss +++ /dev/null @@ -1,18 +0,0 @@ -.r6o-annotation { - background-color:rgba(255, 165, 0, 0.2); - border-bottom:2px solid orange; - cursor:pointer; -} - -.r6o-selection { - background-color:rgba(207, 207, 255, 0.63); - cursor:pointer; -} - -.r6o-hide-selection::selection, .r6o-hide-selection ::selection { - background: transparent; -} - -.r6o-hide-selection::-moz-selection .r6o-hide-selection ::-moz-selection{ - background: transparent; -} diff --git a/themes/default/relations/_editor.scss b/themes/default/relations/_editor.scss deleted file mode 100644 index 98f5199..0000000 --- a/themes/default/relations/_editor.scss +++ /dev/null @@ -1,73 +0,0 @@ -.r6o-relation-editor { - position:absolute; - font-family:'Lato', sans-serif; - font-size:17px; - line-height:27px; - @include box-shadow(0, 1px, 14px, 0.4); - @include rounded-corners(3px); - transform:translate(-50%, -50%); - background-color:#fff; - - svg { - vertical-align:middle; - shape-rendering: geometricPrecision; - } - - * { - box-sizing:border-box; - } - - .input-wrapper { - height:34px; - padding:0 6px; - margin-right:68px; - font-size:14px; - background-color:$blueish-white; - cursor:text; - @include rounded-corners-left(3px); - - .r6o-autocomplete ul { - position:relative; - left:-6px; - } - } - - .buttons { - position:absolute; - display:inline-flex; - top:0; - right:0; - - span { - height:34px; - display:inline-block; - width:34px; - text-align:center; - font-size:14px; - cursor:pointer; - padding:1px 0; - } - - .delete { - background-color:#fff; - color:$lightblue-type; - border-left:1px solid $lightgrey-border; - } - - .delete:hover { - background-color:#f6f6f6; - } - - .ok { - background-color:$ocean; - color:#fff; - @include rounded-corners-right(3px); - } - - .ok:hover { - background-color:$ocean-hover; - } - - } - -} \ No newline at end of file diff --git a/themes/default/theme.scss b/themes/default/theme.scss index dbaa0c3..f2b167f 100644 --- a/themes/default/theme.scss +++ b/themes/default/theme.scss @@ -1,7 +1,5 @@ @import "globals/globals"; -@import "highlights/highlights"; @import "editor/editor"; -@import "relations/editor"; .r6o-noselect { -webkit-touch-callout:none;