Skip to content

Commit

Permalink
fix bubble menu styles
Browse files Browse the repository at this point in the history
  • Loading branch information
KonnorRogers committed Sep 7, 2024
1 parent bef1f39 commit 91b8fa2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/exports/styles/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,10 @@ export default css`
overflow: auto;
}
[part~="toolbar"][part~="toolbar--bubble-menu"]::part(base) {
[part~="toolbar"][part~="bubble-menu__toolbar"]::part(base) {
border: 1px solid var(--rhino-border-color);
border-radius: 4px;
padding: 4px;
}
[part~="toolbar"]::part(base):is(:focus-visible, :focus-within) {
Expand Down Expand Up @@ -169,6 +170,11 @@ export default css`
role-anchored-region {
font-size: 0.8em;
--background: Canvas;
--border-color: transparent;
}
role-anchored-region::part(popover) {
border: none;
}
#dialogs {
Expand Down

0 comments on commit 91b8fa2

Please sign in to comment.