diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/css/dumbymap.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/css/dumbymap.css b/src/css/dumbymap.css index ba0e0f9..4e8fc45 100644 --- a/src/css/dumbymap.css +++ b/src/css/dumbymap.css | |||
@@ -186,6 +186,14 @@ root { | |||
186 | 186 | ||
187 | justify-content: flex-start; | 187 | justify-content: flex-start; |
188 | 188 | ||
189 | /* Trivial: gray out text not focused */ | ||
190 | &:has(.dumby-block.focus) { | ||
191 | color: gray; | ||
192 | .dumby-block.focus { | ||
193 | color: initial; | ||
194 | } | ||
195 | } | ||
196 | |||
189 | :has( > .map-container, > [data-placeholder]) { | 197 | :has( > .map-container, > [data-placeholder]) { |
190 | display: flex; | 198 | display: flex; |
191 | gap: 0.5em; | 199 | gap: 0.5em; |