8000 fix(twoslash): adjust styles · antfu/shikiji@2602b18 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 2602b18

Browse files
committed
fix(twoslash): adjust styles
1 parent b8c4c88 commit 2602b18

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/shikiji-twoslash/style-rich.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@
112112
.twoslash .twoslash-completion-cursor {
113113
position: relative;
114114
}
115-
116115
.twoslash .twoslash-completion-cursor .twoslash-completion-list {
117116
user-select: none;
118117
position: absolute;
@@ -126,7 +125,6 @@
126125
background: var(--twoslash-popup-bg);
127126
border: 1px solid var(--twoslash-border-color);
128127
}
129-
130128
.twoslash-completion-list {
131129
width: 240px;
132130
font-size: 0.8rem;
@@ -169,7 +167,7 @@
169167
background-color: var(--twoslash-highlighted-bg);
170168
border: 1px solid var(--twoslash-highlighted-border);
171169
padding: 1px 2px;
172-
margin: -1px -2px;
170+
margin: -1px -3px;
173171
border-radius: 4px;
174172
}
175173
/* Icons */

0 commit comments

Comments
 (0)
0