diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-10-10 18:26:15 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-10-10 19:08:50 +0800 |
commit | 963f1ecf81ca2938364b5defdad5bd059c851601 (patch) | |
tree | 94872683cd0c0219e671f44b39e4946740a84b05 /src/css | |
parent | 484f3e5b494c32d722e0ca98ad0e78e12cc82eb9 (diff) |
feat: only show map id when select manually
Diffstat (limited to 'src/css')
-rw-r--r-- | src/css/dumbymap.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/css/dumbymap.css b/src/css/dumbymap.css index 4a7bf4f..fe6c0d7 100644 --- a/src/css/dumbymap.css +++ b/src/css/dumbymap.css | |||
@@ -68,7 +68,7 @@ a[href^='http']:not(:has(img))::after, | |||
68 | 68 | ||
69 | transition: flex-basis 300ms ease-in-out; | 69 | transition: flex-basis 300ms ease-in-out; |
70 | 70 | ||
71 | &.focus::after { | 71 | &.focus.focus-manual::after { |
72 | content: 'Map-ID: ' attr(id); | 72 | content: 'Map-ID: ' attr(id); |
73 | padding: 0.3rem 0.5rem; | 73 | padding: 0.3rem 0.5rem; |
74 | 74 | ||