We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64da5e6 commit db88ca3Copy full SHA for db88ca3
src/editor.css
@@ -75,11 +75,13 @@
75
border-bottom-left-radius: 4px;
76
}
77
78
+/* Cancel rounded borders on the left side for second to last button in group */
79
.prose-menubar__button:not(.hidden) ~ .prose-menubar__button:not(.hidden) {
80
border-top-left-radius: 0;
81
border-bottom-left-radius: 0;
82
83
84
+/* Find last button in group (the button which doesn't have a following button) */
85
.prose-menubar__button:not(.hidden):not(
86
:has(~ .prose-menubar__button:not(.hidden))
87
) {
0 commit comments