From 8615b25dc623b7a69594d3866fdaa3e94968d079 Mon Sep 17 00:00:00 2001 From: Peter Stuifzand Date: Sun, 28 Jun 2020 23:07:58 +0200 Subject: [PATCH] Improve marker --- editor/src/styles.scss | 2 +- templates/layout.html | 16 ---------------- 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/editor/src/styles.scss b/editor/src/styles.scss index 2204a02..18e0639 100644 --- a/editor/src/styles.scss +++ b/editor/src/styles.scss @@ -144,7 +144,7 @@ body { margin-top: 4px; border-radius: 50%; - border: 4px solid #ccc; + border: 5px solid #ccc; background: rgba(0, 0, 0, 0.8); } diff --git a/templates/layout.html b/templates/layout.html index 63ed4e3..8ea5446 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -131,22 +131,6 @@ align-items: center; } - .marker { - border-radius: 50%; - background: black; - width: 16px; - height: 16px; - display: inline-block; - margin-right: 8px; - flex-shrink: 0; - align-self: baseline; - margin-top: 4px; - border: 5px solid white; - } - - .marker:hover { - border-color: #ccc; - } textarea { border: none;