Skip to content

Commit

Permalink
fix(Sheet): remove focus outline (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
arturbien authored Jul 3, 2024
1 parent 102f61a commit 4af056d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/frosted-ui/src/components/sheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@
border: 1px solid var(--sheet-border-color);
background-color: var(--color-panel-solid);
}

.fui-SheetContent,
.fui-SheetContent:focus,
.fui-SheetContent:focus-visible {
outline: none;
}

.fui-SheetContent[vaul-drawer][vaul-drawer-direction='bottom']::after {
border-left: 1px solid var(--sheet-border-color);
border-right: 1px solid var(--sheet-border-color);
Expand Down

0 comments on commit 4af056d

Please sign in to comment.