diff --git a/app/components/InfoPopover.module.css b/app/components/InfoPopover.module.css index 83b1b0852..68937dc9d 100644 --- a/app/components/InfoPopover.module.css +++ b/app/components/InfoPopover.module.css @@ -5,8 +5,8 @@ color: var(--color-text); font-size: var(--fonts-md); padding: var(--s-0-5); - width: 28px; - height: 28px; + width: var(--input-height); + height: var(--input-height); display: flex; align-items: center; justify-content: center; @@ -18,7 +18,7 @@ } .triggerTiny { - width: 20px; - height: 20px; + width: var(--input-height-smaller); + height: var(--input-height-smaller); font-size: var(--fonts-xs); } diff --git a/app/components/MapPoolSelector.module.css b/app/components/MapPoolSelector.module.css index 3f7543487..6c7f2aa8d 100644 --- a/app/components/MapPoolSelector.module.css +++ b/app/components/MapPoolSelector.module.css @@ -57,6 +57,11 @@ color: var(--color-accent); opacity: 1 !important; outline: initial; + + &:focus-visible { + outline: var(--input-focus-ring); + outline-offset: 2px; + } } .modeButton.selected { diff --git a/app/components/MapPoolSelector.tsx b/app/components/MapPoolSelector.tsx index 7b832d5ae..df77bdc47 100644 --- a/app/components/MapPoolSelector.tsx +++ b/app/components/MapPoolSelector.tsx @@ -252,7 +252,7 @@ export function MapPoolStages({ return (