Skip to content

Commit

Permalink
chore: change focus to a slightly nicer design
Browse files Browse the repository at this point in the history
  • Loading branch information
insertish committed Dec 30, 2023
1 parent f9a4734 commit 439ba13
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions components/ui/components/common/Masks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,22 +51,8 @@ export function Masks() {
</mask>
<mask id="accessible-status-focus">
<circle cx="27" cy="27" r="5" fill="white" />
<line
x1="25.5"
y1="24"
x2="25.5"
y2="30"
stroke="black"
stroke-width={2}
/>
<line
x1="28.5"
y1="24"
x2="28.5"
y2="30"
stroke="black"
stroke-width={2}
/>
<circle cx="27" cy="27" r="4" fill="black" />
<circle cx="27" cy="27" r="2" fill="white" />
</mask>
</defs>
</svg>
Expand Down

0 comments on commit 439ba13

Please sign in to comment.