mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1066472 - AudioParam connections in web audio editor should not appear clickable. r=vp
This commit is contained in:
parent
ebcc22ba40
commit
f6e4bfa9e3
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user