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 4de42e8 commit 54e4c13Copy full SHA for 54e4c13
packages/mdx/src/mini-editor/index.scss
@@ -24,8 +24,8 @@
24
color: rgba(255, 255, 255, 0.5);
25
min-width: 0;
26
border-bottom: 1px solid;
27
- border-left-color: transparent;
28
- border-top-color: transparent;
+ border-left: 1px solid transparent;
+ border-top: 1px solid transparent;
29
}
30
31
.ch-editor-tab-active {
0 commit comments