mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Get rid of canvas colouring in graphical explain.
This commit is contained in:
parent
be100b82e6
commit
a53811ef27
@ -550,8 +550,7 @@ var MainPlanModel = Backbone.Model.extend({
|
||||
g.rect(
|
||||
0, 0, this.get('width') - 10, this.get('height') - 10, 5
|
||||
).attr({
|
||||
stroke: '#FFEBCD', 'strokeWidth': 1.2,
|
||||
fill: '#FFF8DC', fillOpacity: 0.5
|
||||
fill: '#FFF'
|
||||
});
|
||||
|
||||
//Fetch total width, height
|
||||
|
Loading…
Reference in New Issue
Block a user