Skip to content

Commit 965579f

Browse files
fix: Removed ShadCN focus global CSS (#815)
* Removed ShadCN focus global CSS * Re-added scoped CSS rule
1 parent ba5971d commit 965579f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/shadcn/src/style.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,14 @@
7373
@apply bg-background text-foreground;
7474
}
7575

76-
:focus-visible {
77-
outline: none;
78-
}
79-
8076
[data-radix-popper-content-wrapper] {
8177
z-index: 99999 !important;
8278
}
8379

80+
.bn-editor:focus-visible {
81+
outline: none;
82+
}
83+
8484
.bn-side-menu {
8585
align-items: center;
8686
display: flex;

0 commit comments

Comments
 (0)