Skip to content

Commit 26b740f

Browse files
author
ColinTree
authored
removed unused css
1 parent 1bb0098 commit 26b740f

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

assets/plugin.css

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,6 @@
11
.ai2-block {
22
display: none;
3-
width: 300px;
4-
height: 100px;
53
}
64
.blocklyMainBackground {
75
stroke: none;
86
}
9-
/**
10-
* parameter for event
11-
*/
12-
.blocklyFieldParameter>rect {
13-
fill: rgb(222, 143, 108);
14-
fill-opacity: 1.0;
15-
stroke-width: 2;
16-
stroke: rgb(231, 175, 150);
17-
}
18-
.blocklyFieldParameter>text {
19-
stroke-width: 1;
20-
fill: #000;
21-
}
22-
.blocklyFieldParameter:hover>rect {
23-
stroke-width: 2;
24-
stroke: rgb(231,175,150);
25-
fill: rgb(231,175,150);
26-
fill-opacity: 1.0;
27-
}

0 commit comments

Comments
 (0)