diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-04-28 10:48:16 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-04-28 10:48:16 -0400 |
| commit | 69de8c235a6580ac222ef3f5b31746f6bc144659 (patch) | |
| tree | d07bb32fa8640609cbc6f11515bd79c9b5fe7091 /src/client/views/nodes/FormattedTextBoxComment.scss | |
| parent | 94a25934babbd7ef1fac803ef059a02be3e36e49 (diff) | |
rearranged text files
Diffstat (limited to 'src/client/views/nodes/FormattedTextBoxComment.scss')
| -rw-r--r-- | src/client/views/nodes/FormattedTextBoxComment.scss | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/src/client/views/nodes/FormattedTextBoxComment.scss b/src/client/views/nodes/FormattedTextBoxComment.scss deleted file mode 100644 index 2dd63ec21..000000000 --- a/src/client/views/nodes/FormattedTextBoxComment.scss +++ /dev/null @@ -1,33 +0,0 @@ -.FormattedTextBox-tooltip { - position: absolute; - pointer-events: none; - z-index: 20; - background: white; - border: 1px solid silver; - border-radius: 2px; - margin-bottom: 7px; - -webkit-transform: translateX(-50%); - transform: translateX(-50%); - } - .FormattedTextBox-tooltip:before { - content: ""; - height: 0; width: 0; - position: absolute; - left: 50%; - margin-left: -5px; - bottom: -6px; - border: 5px solid transparent; - border-bottom-width: 0; - border-top-color: silver; - } - .FormattedTextBox-tooltip:after { - content: ""; - height: 0; width: 0; - position: absolute; - left: 50%; - margin-left: -5px; - bottom: -4.5px; - border: 5px solid transparent; - border-bottom-width: 0; - border-top-color: white; - }
\ No newline at end of file |
