Skip to content

Commit

Permalink
fix #425, all the nodes requiring user input from util toolkit are …
Browse files Browse the repository at this point in the history
…getting it now
  • Loading branch information
shamansir committed Feb 10, 2017
1 parent 37cbbe1 commit 6f84f74
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
5 changes: 5 additions & 0 deletions src/style/ableton-out/svg.css
Original file line number Diff line number Diff line change
Expand Up @@ -161,3 +161,8 @@
.rpd-util-nodelist .rpd-nodelist-list text.rpd-nodelist-icon {
transform: translate(3px,0);
}

.rpd-inlet.rpd-util-number foreignobject,
.rpd-outlet.rpd-util-number foreignobject {
transform: translate(-43px,1px);
}
10 changes: 8 additions & 2 deletions src/toolkit/util/svg.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
.rpd-util-nodelist .rpd-nodelist-search text,
.rpd-node.rpd-util-palette .rpd-process .rpd-util-palette-variant *,
.rpd-util-nodelist .rpd-process *,
.rpd-util-dial .rpd-process *,
.rpd-util-knob .rpd-process * {
pointer-events: all;
}

.rpd-inlet.rpd-util-number foreignobject,
.rpd-outlet.rpd-util-number foreignobject {
transform: translate(-2px,-8px);
Expand All @@ -18,7 +26,6 @@

.rpd-node.rpd-util-palette .rpd-process .rpd-util-palette-variant * {
cursor: pointer;
pointer-events: all;
}

.rpd-util-palette-variant.rpd-util-palette-active-variant {
Expand All @@ -37,7 +44,6 @@
.rpd-util-nodelist .rpd-nodelist-search text {
/* font-size: 1.5em; */
fill: darkred;
pointer-events: all;
transition: fill 0.2s ease-in;
/* background-color: lightgray; */
}
Expand Down

0 comments on commit 6f84f74

Please sign in to comment.