diff --git a/apps/scandic-web/components/HotelReservation/SelectHotel/BookingCodeFilter/index.tsx b/apps/scandic-web/components/HotelReservation/SelectHotel/BookingCodeFilter/index.tsx index d966b5d3d..564a3f896 100644 --- a/apps/scandic-web/components/HotelReservation/SelectHotel/BookingCodeFilter/index.tsx +++ b/apps/scandic-web/components/HotelReservation/SelectHotel/BookingCodeFilter/index.tsx @@ -68,7 +68,7 @@ export default function BookingCodeFilter() { /> {displayAsPopover ? ( - + {({ close }) => { function handleChangeFilterValue(value: string) { diff --git a/packages/design-system/lib/components/ChipButton/chip-button.module.css b/packages/design-system/lib/components/ChipButton/chip-button.module.css index 56fcfbe0c..b16163c3c 100644 --- a/packages/design-system/lib/components/ChipButton/chip-button.module.css +++ b/packages/design-system/lib/components/ChipButton/chip-button.module.css @@ -29,3 +29,9 @@ .Outlined:active { border-color: var(--Border-Interactive-Selected); } + +.Default:focus, +.Outlined:focus { + outline-offset: 4px; + outline-color: var(--Border-Interactive-Focus); +}