mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
use highlight colour for any font-awesome icons in file-tree.
This commit is contained in:
parent
10f64004fc
commit
4509642914
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ aside#file-tree {
|
|||
border-right: 4px solid @link-color;
|
||||
font-weight: bold;
|
||||
padding-right: 32px;
|
||||
i.fa-folder-open, i.fa-folder, i.fa-file, i.fa-image, i.fa-file-pdf-o {
|
||||
i.fa-folder-open, i.fa {
|
||||
color: @link-color;
|
||||
}
|
||||
.entity-menu-toggle {
|
||||
|
|
Loading…
Reference in a new issue