aboutsummaryrefslogtreecommitdiffstats
path: root/ui/imports/ui/components/graph-tooltip-window/graph-tooltip-window.styl
diff options
context:
space:
mode:
Diffstat (limited to 'ui/imports/ui/components/graph-tooltip-window/graph-tooltip-window.styl')
-rw-r--r--ui/imports/ui/components/graph-tooltip-window/graph-tooltip-window.styl28
1 files changed, 0 insertions, 28 deletions
diff --git a/ui/imports/ui/components/graph-tooltip-window/graph-tooltip-window.styl b/ui/imports/ui/components/graph-tooltip-window/graph-tooltip-window.styl
deleted file mode 100644
index 1bbb9d5..0000000
--- a/ui/imports/ui/components/graph-tooltip-window/graph-tooltip-window.styl
+++ /dev/null
@@ -1,28 +0,0 @@
-/* Set the component style here */
-// "GraphTooltipWindow"
-.os-graph-tooltip-window
- visibility: hidden;
-
- max-height: 300px;
- overflow: auto;
- position: absolute;
- text-align: left;
- opacity: 0
- font: normal 16px sans-serif;
- /* width: 60px; */
- /* height: 28px; */
- padding: 20px;
- background: dk-gray1;
- color white
- border: 2px solid stark-blue
- // pointer-events: none;
-
- transition: visibility 0.5s, opacity 0.5s linear
-
- .sm-label
- font-weight: bold;
-
-.os-graph-tooltip-window.cl-visible
- visibility: visible
- opacity: 0.9
- transition: visibility 0.2s, opacity 0.2s linear