mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-22 06:07:59 +00:00
Invert linked-file-icon so it's more visible (#22216)
GitOrigin-RevId: 8ad073166260029e4404cc37fdbb1ee2f8a41c11
This commit is contained in:
parent
a6ec075f78
commit
b308f8e9b4
1 changed files with 8 additions and 7 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Reference in a new issue