|
200 | 200 | width: 100%; |
201 | 201 | } |
202 | 202 |
|
203 | | -.cloud-sketch-folder-icon { |
204 | | - -webkit-mask: url('../icons/cloud.svg'); |
205 | | - background-color: var(--theia-foreground); |
| 203 | +.theia-TreeNodeContent > .theia-file-icons-js.file-icon > .sketch-folder-icon { |
206 | 204 | -webkit-mask-position: center; |
207 | 205 | -webkit-mask-repeat: no-repeat; |
| 206 | + -webkit-mask-size: 100%; |
208 | 207 | width: var(--theia-icon-size); |
209 | 208 | height: var(--theia-icon-size); |
210 | | - -webkit-mask-size: 100%; |
| 209 | + background-color: var(--theia-foreground); |
211 | 210 | } |
212 | 211 |
|
213 | | -.cloud-sketch-folder-icon.offline { |
| 212 | +.theia-TreeNodeContent > .theia-file-icons-js.file-icon > .sketch-folder-icon.cloud { |
| 213 | + -webkit-mask: url('../icons/cloud.svg'); |
| 214 | +} |
| 215 | + |
| 216 | +.theia-TreeNodeContent > .theia-file-icons-js.file-icon > .sketch-folder-icon.cloud.offline { |
214 | 217 | -webkit-mask: url('../icons/cloud-offline.svg'); |
215 | 218 | background-color: var(--theia-activityBar-inactiveForeground); |
216 | | - -webkit-mask-position: center; |
217 | | - -webkit-mask-repeat: no-repeat; |
218 | | - width: var(--theia-icon-size); |
219 | | - height: var(--theia-icon-size); |
220 | | - -webkit-mask-size: 100%; |
221 | 219 | } |
222 | 220 |
|
223 | | -.cloud-sketch-folder-icon.synced { |
| 221 | +.theia-TreeNodeContent > .theia-file-icons-js.file-icon > .sketch-folder-icon.cloud.synced { |
224 | 222 | -webkit-mask: url('../icons/cloud-filled.svg'); |
225 | | - background-color: var(--theia-foreground); |
226 | | - -webkit-mask-position: center; |
227 | | - -webkit-mask-repeat: no-repeat; |
228 | | - width: var(--theia-icon-size); |
229 | | - height: var(--theia-icon-size); |
230 | | - -webkit-mask-size: 100%; |
231 | 223 | } |
232 | 224 |
|
233 | | -.cloud-sketch-folder-icon.synced.offline { |
| 225 | +.theia-TreeNodeContent > .theia-file-icons-js.file-icon > .sketch-folder-icon.cloud.synced.offline { |
234 | 226 | -webkit-mask: url('../icons/cloud-filled-offline.svg'); |
235 | | - background-color: var(--theia-foreground); |
236 | | - -webkit-mask-position: center; |
237 | | - -webkit-mask-repeat: no-repeat; |
238 | | - width: var(--theia-icon-size); |
239 | | - height: var(--theia-icon-size); |
240 | | - -webkit-mask-size: 100%; |
241 | 227 | } |
0 commit comments