Skip to content

Commit a4c0e46

Browse files
committed
Make arrows a little less fat
1 parent a31f78b commit a4c0e46

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

css/xterm.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,11 +223,12 @@
223223
}
224224

225225
/* Arrows */
226+
226227
.xterm .xterm-scrollable-element > .xterm-scrollbar > .xterm-scra {
227228
cursor: pointer;
228229
background-color: var(--vscode-scrollbarSliderBackground, rgba(100, 100, 100, 0.4));
229-
mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 11'><path d='M1.5 8.5 L5.5 2.5 L9.5 8.5 Z' fill='black'/></svg>");
230-
-webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 11'><path d='M1.5 8.5 L5.5 2.5 L9.5 8.5 Z' fill='black'/></svg>");
230+
mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 11'><path d='M2.5 8.5 L5.5 2.5 L8.5 8.5 Z' fill='black'/></svg>");
231+
-webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 11'><path d='M2.5 8.5 L5.5 2.5 L8.5 8.5 Z' fill='black'/></svg>");
231232
mask-repeat: no-repeat;
232233
-webkit-mask-repeat: no-repeat;
233234
mask-position: center center;

0 commit comments

Comments
 (0)