diff options
Diffstat (limited to 'src/css/dumbymap.css')
-rw-r--r-- | src/css/dumbymap.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/css/dumbymap.css b/src/css/dumbymap.css index a2db479..70e9d55 100644 --- a/src/css/dumbymap.css +++ b/src/css/dumbymap.css | |||
@@ -121,7 +121,7 @@ | |||
121 | 121 | ||
122 | background: white; | 122 | background: white; |
123 | 123 | ||
124 | &[data-focus="true"] { | 124 | &.focus { |
125 | border: 3px solid gray; | 125 | border: 3px solid gray; |
126 | } | 126 | } |
127 | } | 127 | } |
@@ -152,7 +152,7 @@ | |||
152 | top: 0; | 152 | top: 0; |
153 | } | 153 | } |
154 | 154 | ||
155 | [data-focus="true"] { | 155 | .focus { |
156 | z-index: 1; | 156 | z-index: 1; |
157 | } | 157 | } |
158 | } | 158 | } |