Commit c4c4ab3 1 parent cd62c92 commit c4c4ab3 Copy full SHA for c4c4ab3
File tree 1 file changed +9
-0
lines changed
packages/monaco/src/browser/style
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 45
45
}
46
46
47
47
/* Scrollbars, see https://github.com/microsoft/vscode/blob/ff5f581425da6230b6f9216ecf19abf6c9d285a6/src/vs/workbench/browser/style.ts#L65 */
48
+ .monaco-scrollable-element {
49
+ padding : 0px 5px ;
50
+ }
51
+
48
52
.monaco-scrollable-element > .shadow .top {
49
53
box-shadow : var (--theia-scrollbar-shadow ) 0 6px 6px -6px inset !important ;
50
54
}
101
105
.quick-input-widget {
102
106
background-color : var (--theia-quickInput-background ) !important ;
103
107
color : var (--theia-foreground ) !important ;
108
+ border-radius : 6px ;
104
109
}
105
110
106
111
.quick-input-list
122
127
overflow : hidden;
123
128
}
124
129
130
+ .quick-input-list .monaco-list-row {
131
+ border-radius : 3px ;
132
+ }
133
+
125
134
.quick-input-list .monaco-list-row .focused {
126
135
background-color : var (--theia-quickInputList-focusBackground ) !important ;
127
136
}
You can’t perform that action at this time.
0 commit comments