|
132 | 132 | color: var(--vscode-editorSuggestWidget-focusHighlightForeground); |
133 | 133 | } |
134 | 134 |
|
135 | | -/** Styles for each row in the list element **/ |
136 | | - |
137 | | -.workbench-suggest-widget .monaco-list .monaco-list-row { |
138 | | - display: flex; |
139 | | - -mox-box-sizing: border-box; |
140 | | - box-sizing: border-box; |
141 | | - padding-right: 10px; |
142 | | - background-repeat: no-repeat; |
143 | | - background-position: 2px 2px; |
144 | | - white-space: nowrap; |
145 | | - cursor: pointer; |
146 | | - touch-action: none; |
147 | | -} |
148 | | - |
149 | | -.workbench-suggest-widget .monaco-list .monaco-list-row.focused { |
150 | | - color: var(--vscode-editorSuggestWidget-selectedForeground); |
151 | | -} |
152 | | - |
153 | | -.workbench-suggest-widget .monaco-list .monaco-list-row.focused .codicon { |
154 | | - color: var(--vscode-editorSuggestWidget-selectedIconForeground); |
155 | | -} |
156 | | - |
157 | | -.workbench-suggest-widget .monaco-list .monaco-list-row > .contents { |
158 | | - flex: 1; |
159 | | - height: 100%; |
160 | | - overflow: hidden; |
161 | | - padding-left: 2px; |
162 | | -} |
163 | | - |
164 | | -.workbench-suggest-widget .monaco-list .monaco-list-row > .contents > .main { |
165 | | - display: flex; |
166 | | - overflow: hidden; |
167 | | - text-overflow: ellipsis; |
168 | | - white-space: pre; |
169 | | - justify-content: space-between; |
170 | | -} |
171 | | - |
172 | | -.workbench-suggest-widget .monaco-list .monaco-list-row > .contents > .main > .left, |
173 | | -.workbench-suggest-widget .monaco-list .monaco-list-row > .contents > .main > .right { |
174 | | - display: flex; |
175 | | -} |
176 | | - |
177 | | -.workbench-suggest-widget .monaco-list .monaco-list-row:not(.focused) > .contents > .main .monaco-icon-label { |
178 | | - color: var(--vscode-editorSuggestWidget-foreground); |
179 | | -} |
180 | | - |
181 | | -.workbench-suggest-widget:not(.frozen) .monaco-highlighted-label .highlight { |
182 | | - font-weight: bold; |
183 | | -} |
184 | | - |
185 | | -.workbench-suggest-widget .monaco-list .monaco-list-row > .contents > .main .monaco-highlighted-label .highlight { |
186 | | - color: var(--vscode-editorSuggestWidget-highlightForeground); |
187 | | -} |
188 | | - |
189 | | -.workbench-suggest-widget .monaco-list .monaco-list-row.focused > .contents > .main .monaco-highlighted-label .highlight { |
190 | | - color: var(--vscode-editorSuggestWidget-focusHighlightForeground); |
191 | | -} |
192 | | - |
193 | 135 | /** Styles for each row in the list **/ |
194 | 136 |
|
195 | 137 | .workbench-suggest-widget .monaco-list .monaco-list-row .monaco-icon-label.deprecated { |
|
0 commit comments