mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-24 15:47:08 +00:00
Use preact to render the tree (#155)
* Use preact to render the tree * More changes to renderHtml
This commit is contained in:
@@ -148,6 +148,10 @@
|
||||
border-color: var(--node-remove) !important;
|
||||
}
|
||||
|
||||
.node-header > *:focus {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/** Rounded corners */
|
||||
|
||||
.node-header > .node-icon {
|
||||
@@ -267,7 +271,7 @@ button.move:disabled {
|
||||
}
|
||||
|
||||
.node-icon svg:hover + .icon-popup,
|
||||
.node-icon .icon-popup.show {
|
||||
.node-icon.show .icon-popup {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user