Invert linked-file-icon so it's more visible (#22216)

GitOrigin-RevId: 8ad073166260029e4404cc37fdbb1ee2f8a41c11
This commit is contained in:
Antoine Clausse 2024-12-02 11:41:30 +01:00 committed by Copybot
parent a6ec075f78
commit b308f8e9b4

View file

@ -226,12 +226,13 @@
left: -2px;
+ .linked-file-highlight {
color: inherit;
position: relative;
top: 4px;
width: 0;
left: -5px;
color: var(--file-tree-bg);
background-color: var(--content-disabled);
position: absolute;
top: 14px;
left: 20px;
font-size: var(--font-size-01);
border-radius: var(--spacing-01);
}
}
}
@ -285,7 +286,7 @@
}
> .material-symbols.linked-file-highlight {
color: var(--bg-info-01);
background-color: var(--bg-info-01);
}
@include fake-full-width-bg(var(--bg-info-01));
@ -362,7 +363,7 @@
}
> .material-symbols.linked-file-highlight {
color: var(--bg-info-01);
background-color: var(--bg-info-01);
}
@include fake-full-width-bg(var(--file-tree-item-selected-bg));