aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/css/dumbymap.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/css/dumbymap.css')
-rw-r--r--src/css/dumbymap.css51
1 files changed, 0 insertions, 51 deletions
diff --git a/src/css/dumbymap.css b/src/css/dumbymap.css
index b2c5d9b..cc2d1ef 100644
--- a/src/css/dumbymap.css
+++ b/src/css/dumbymap.css
@@ -380,57 +380,6 @@ root {
380 } 380 }
381} 381}
382 382
383.SemanticHtml {
384 display: flex;
385 flex-direction: column;
386 justify-content: flex-start;
387 height: 100%;
388 gap: 1rem;
389 overflow-y: auto;
390
391 /* Trivial: gray out text not focused */
392 &:has(.dumby-block.focus) {
393 color: gray;
394
395 .dumby-block.focus {
396 color: initial;
397 }
398 }
399
400 :has(> .mapclay, > [data-placeholder]) {
401 display: flex;
402 gap: 0.5em;
403
404 background-color: white;
405 }
406
407 /* if Map not in showcase, add border when focused */
408 .mapclay {
409 border: 3px solid white;
410
411 &.focus {
412 border: 3px solid gray;
413 }
414
415 &[data-render='unfulfilled'] {
416 border: 3px solid crimson;
417
418 opacity: 0.6;
419 }
420 }
421
422 [data-placeholder] {
423 border: 3px solid gray;
424 flex-grow: 0;
425
426 & > * {
427 opacity: 0.3;
428 }
429
430 /* animation: map-fade-out 1s; */
431 }
432}
433
434.Showcase { 383.Showcase {
435 display: none; 384 display: none;
436 overflow: visible; 385 overflow: visible;