Skip to content

Commit

Permalink
added the hover effects to the accessibility menu.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramin Farhadi authored and Ramin Farhadi committed Aug 19, 2024
1 parent 8c5ffef commit 407a941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MapMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ export default function MapMenu(props: MapMenuProps) {
</div>
<div className='order-1 order-sm-3 col-8 col-sm-4 px-0'>
<div className='d-flex justify-content-end me-3 pb-1'>
<div className="btn-group btn-group-sm my-1" role="group" aria-label="Basic checkbox toggle button group">
<div className="btn-group btn-outline-secondary btn-group-sm my-1" role="group" aria-label="Basic checkbox toggle button group">
<a className="btn dropdown-toggle rounded-end-0 d-flex align-items-center" id="accessibility" href="#accessibility" type="button" data-bs-toggle="dropdown" aria-expanded="false">
<img width={30} src={accessibilityIcon} alt="Accessibility Dropdown menu" />

Expand Down

0 comments on commit 407a941

Please sign in to comment.