2025-11-22 09:41:27 +08:00
|
|
|
[data-component="file-icon"] {
|
2026-03-05 21:07:50 +08:00
|
|
|
display: block;
|
2026-01-31 01:58:31 +08:00
|
|
|
flex-shrink: 0;
|
|
|
|
|
width: 16px;
|
|
|
|
|
height: 16px;
|
2025-11-22 09:41:27 +08:00
|
|
|
}
|
2026-02-18 02:23:04 +08:00
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
File tree: show monochrome weak icons by default.
|
|
|
|
|
On hover, show the original file-type colors.
|
|
|
|
|
*/
|
|
|
|
|
[data-component="filetree"] .filetree-icon--mono {
|
|
|
|
|
color: var(--icon-base);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[data-component="filetree"] .filetree-iconpair {
|
|
|
|
|
position: relative;
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
width: 16px;
|
|
|
|
|
height: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[data-component="filetree"] .filetree-iconpair [data-component="file-icon"] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
inset: 0;
|
|
|
|
|
}
|