diff --git a/app.vue b/app.vue index 8914c27..11382a9 100644 --- a/app.vue +++ b/app.vue @@ -194,8 +194,7 @@ function stepUp(path: string) { + @click.native="selectedItem = file.path"> {{ file.isFolder ? 'mdi-folder' : 'mdi-file' }} @@ -253,7 +252,6 @@ function stepUp(path: string) { } .selected { - border: 2px solid rgba(48, 150, 243, 0.95); background: rgba(48, 150, 243, 0.1); } \ No newline at end of file