diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2024-09-20 17:20:29 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2024-09-20 17:20:51 +0800 |
| commit | c8969107815caaa4e0e1aee6df222f18e415b6f4 (patch) | |
| tree | 2b9582ac5186608fd7c4c6073c22a320727361c6 /src/css | |
| parent | 4d2384bc26d095282c02c384a38a0b471c13923d (diff) | |
feat: add border line at bottom of draggable handle
Diffstat (limited to 'src/css')
| -rw-r--r-- | src/css/dumbymap.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/css/dumbymap.css b/src/css/dumbymap.css index 1ebe0d2..84da02f 100644 --- a/src/css/dumbymap.css +++ b/src/css/dumbymap.css | |||
| @@ -280,6 +280,8 @@ | |||
| 280 | &:hover { | 280 | &:hover { |
| 281 | background: #e1e1e1; | 281 | background: #e1e1e1; |
| 282 | 282 | ||
| 283 | border-bottom: solid gray; | ||
| 284 | |||
| 283 | transform: unset; | 285 | transform: unset; |
| 284 | 286 | ||
| 285 | & ~ * { | 287 | & ~ * { |