File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ const sbgnStyleSheet = function (cytoscape) {
17
17
'border-width' : 1.5 ,
18
18
'border-color' : '#555' ,
19
19
'background-color' : '#f6f6f6' ,
20
- 'background-opacity' : 0.5 ,
21
20
'text-opacity' : 1 ,
22
21
'opacity' : 1 ,
23
22
'text-outline-color' : 'white' ,
@@ -32,7 +31,6 @@ const sbgnStyleSheet = function (cytoscape) {
32
31
} )
33
32
. selector ( 'node:active' )
34
33
. css ( {
35
- 'background-opacity' : 0.7 ,
36
34
'overlay-color' : '#d67614' ,
37
35
'overlay-padding' : '14'
38
36
} )
@@ -66,7 +64,7 @@ const sbgnStyleSheet = function (cytoscape) {
66
64
` )
67
65
. css ( {
68
66
'ghost' : 'yes' ,
69
- 'ghost-opacity' : 0.8
67
+ 'ghost-opacity' : 1
70
68
} )
71
69
72
70
. selector ( `
@@ -98,7 +96,6 @@ const sbgnStyleSheet = function (cytoscape) {
98
96
. selector ( 'node[class="complex"], node[class="complex multimer"], node[class="compartment"]' )
99
97
. css ( {
100
98
'compound-sizing-wrt-labels' : 'exclude' ,
101
- 'background-opacity' : .2 ,
102
99
'text-valign' : 'bottom' ,
103
100
'text-halign' : 'center' ,
104
101
} )
You can’t perform that action at this time.
0 commit comments