mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
fix "twitching" tree nodes on hover
This commit is contained in:
parent
1c51419db5
commit
17c6f53397
@ -4,7 +4,7 @@ const TPL = `
|
||||
<div class="section-container">
|
||||
<style>
|
||||
.section-container {
|
||||
margin-bottom: 10px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.section-title-container {
|
||||
|
@ -95,7 +95,7 @@ export default class CollapsibleWidget extends TabAwareWidget {
|
||||
updateToggleButton(collapse) {
|
||||
if (collapse) {
|
||||
this.$toggleButton
|
||||
.addClass("bx-window")
|
||||
.addClass("bx-chevron-down")
|
||||
.removeClass("bx-minus")
|
||||
.attr("title", "Show");
|
||||
} else {
|
||||
|
@ -131,7 +131,7 @@ const TPL = `
|
||||
}
|
||||
|
||||
.tree-item-button {
|
||||
font-size: 130%;
|
||||
font-size: 120%;
|
||||
cursor: pointer;
|
||||
border-radius: 3px;
|
||||
border: 1px solid var(--main-background-color);
|
||||
|
Loading…
x
Reference in New Issue
Block a user