Bug 1066472 - AudioParam connections in web audio editor should not appear clickable. r=vp

This commit is contained in:
Jordan Santell 2014-09-15 10:45:00 +02:00
parent ebcc22ba40
commit f6e4bfa9e3

View File

@ -105,9 +105,9 @@ g.edgePath.param-connection {
fill: #4c9ed9; /* Select Highlight Blue */
}
/* Text in nodes */
/* Text in nodes and edges */
text {
cursor: pointer;
cursor: default; /* override the "text" cursor */
font-weight: 300;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serf;
font-size: 14px;
@ -123,6 +123,10 @@ text {
fill: #f0f1f2; /* Toolbars */
}
.nodes text {
cursor: pointer;
}
/**
* Inspector Styles
*/