aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ComparisonBox.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2024-06-21 12:06:01 -0400
committerbobzel <zzzman@gmail.com>2024-06-21 12:06:01 -0400
commit25ff5e562e80a93edc0d475b104862361a049016 (patch)
treed25ff45697bf8c06aeb577c52f0df232a38b43fa /src/client/views/nodes/ComparisonBox.scss
parentad32c1606395cdc71ba50eb9b51d3a9d3b707ca0 (diff)
parent50980b834cc41b8048d3e04c5244c6bce652f788 (diff)
merged with master. fixed conflicts in comparisonBox
Diffstat (limited to 'src/client/views/nodes/ComparisonBox.scss')
-rw-r--r--src/client/views/nodes/ComparisonBox.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/views/nodes/ComparisonBox.scss b/src/client/views/nodes/ComparisonBox.scss
index f7389e39b..7848add24 100644
--- a/src/client/views/nodes/ComparisonBox.scss
+++ b/src/client/views/nodes/ComparisonBox.scss
@@ -10,6 +10,7 @@
pointer-events: none;
display: flex;
p {
+ // bcz: what is this styling for? if text in the comparison box is colored, then this causes it to render with a black outline
color: rgb(0, 0, 0);
-webkit-text-stroke-color: black;
-webkit-text-stroke-width: 0.2px;
@@ -57,7 +58,6 @@
left: 0;
height: 100%;
overflow: hidden;
- transition: 200ms;
.beforeBox-cont {
height: 100%;
@@ -71,7 +71,6 @@
width: 3px;
display: inline-block;
background: white;
- transition: 200ms;
.slide-handle {
position: absolute;
@@ -146,13 +145,14 @@
}
}
-.explain {
+.comparisonBox-explain {
position: absolute;
top: 10px;
left: 10px;
z-index: 200;
// padding: 5px;
background: #dfdfdf;
+ pointer-events: none;
}
.comparisonBox-interactive {