Skip to content

Commit 60f1b84

Browse files
committed
Tweak segments details in Quick Look
1 parent 8fcd65d commit 60f1b84

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

dist/lite/markedit-preview.js

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/markedit-preview.js

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

styles/quicklook.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ body {
165165
.quicklook-segmented {
166166
pointer-events: auto;
167167
padding: 0;
168-
gap: 2px;
168+
gap: 0;
169169
overflow: hidden;
170170
background: rgba(242, 242, 245, 0.85);
171171
backdrop-filter: saturate(180%) blur(12px);
@@ -179,6 +179,10 @@ body {
179179
min-width: 0;
180180
}
181181

182+
.quicklook-segment:hover:not(.active) {
183+
background: transparent;
184+
}
185+
182186
.quicklook-segment.active {
183187
box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
184188
}

0 commit comments

Comments
 (0)