mirror of
https://github.com/45Drives/cockpit-navigator.git
synced 2025-07-28 16:14:25 +02:00
italicize symlink filenames
This commit is contained in:
parent
b3833f87bb
commit
8633f4ebd1
@ -419,6 +419,7 @@ class NavFileLink extends NavFile{
|
||||
this.dom_element.nav_item_icon.appendChild(link_icon);
|
||||
this.double_click = false;
|
||||
this.link_target = link_target;
|
||||
this.dom_element.nav_item_title.style.fontStyle = "italic";
|
||||
}
|
||||
|
||||
show_properties() {
|
||||
@ -650,6 +651,7 @@ class NavDirLink extends NavDir{
|
||||
this.dom_element.nav_item_icon.appendChild(link_icon);
|
||||
this.double_click = false;
|
||||
this.link_target = link_target;
|
||||
this.dom_element.nav_item_title.style.fontStyle = "italic";
|
||||
}
|
||||
|
||||
async rm() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user