mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Try chevrons in tree view instead of triangles
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
|
||||
.directory > .header {
|
||||
.disclosure-arrow {
|
||||
.octicon(triangle-right, @disclosure-arrow-size);
|
||||
.octicon(chevron-right, @disclosure-arrow-size);
|
||||
position: relative;
|
||||
}
|
||||
.directory-icon { .octicon(file-directory); }
|
||||
@@ -93,7 +93,7 @@
|
||||
}
|
||||
|
||||
.directory.expanded > .header {
|
||||
.disclosure-arrow { .octicon(triangle-down, @disclosure-arrow-size); }
|
||||
.disclosure-arrow { .octicon(chevron-down, @disclosure-arrow-size); }
|
||||
}
|
||||
|
||||
.file {
|
||||
|
||||
Reference in New Issue
Block a user