make note paths current path underlined

This commit is contained in:
zadam 2021-03-08 00:07:00 +01:00
parent 7df8c940b6
commit d51744ce19

View File

@ -18,6 +18,10 @@ const TPL = `
max-height: 600px; max-height: 600px;
overflow-y: auto; overflow-y: auto;
} }
.note-path-list .current {
text-decoration: underline;
}
</style> </style>
<button class="btn dropdown-toggle note-path-list-button bx bx-collection" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" title="Note paths"></button> <button class="btn dropdown-toggle note-path-list-button bx bx-collection" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" title="Note paths"></button>