diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-10-08 17:32:53 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-10-09 00:25:34 +0800 |
commit | 5aede2679a7d9424d8e47f5d839fd209a72315a1 (patch) | |
tree | 7c13e8da8a7b8c349e171d2f69aaf65e7d64eac5 /src/css | |
parent | af4831dd8ad2df0b25a64ae3529a20b921e26c7c (diff) |
feat: create GeoLink by drag/drop
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 ae58b3e..0c1fc81 100644 --- a/src/css/dumbymap.css +++ b/src/css/dumbymap.css | |||
@@ -152,7 +152,7 @@ a[href^='http']:not(:has(img))::after, | |||
152 | background-color: #9ee7ea; | 152 | background-color: #9ee7ea; |
153 | } | 153 | } |
154 | 154 | ||
155 | &:hover { | 155 | &:hover, &.drag { |
156 | background-image: none; | 156 | background-image: none; |
157 | 157 | ||
158 | font-weight: bolder; | 158 | font-weight: bolder; |