Use --outline-focus for map focus indicator

This commit is contained in:
James Lyne 2021-08-31 17:46:02 +01:00
parent 0b05ad05e4
commit c4230fda7d

View File

@ -373,7 +373,7 @@ export default defineComponent({
right: 0;
bottom: 0;
left: 0;
border: 0.2rem solid #cccccc;
border: 0.2rem solid var(--outline-focus);
display: block;
z-index: 2000;
pointer-events: none;