Skip to content

Commit 87c4361

Browse files
committed
[academic_query] final commit within the PLCTE seminar
SQUASHED: AUTO-COMMIT-src-components-widgets-academic-query.html,AUTO-COMMIT-src-components-widgets-academic-subquery.html,
1 parent eaa0665 commit 87c4361

File tree

2 files changed

+10
-21
lines changed

2 files changed

+10
-21
lines changed

src/components/widgets/academic-query.html

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,6 @@
3838
font-size: 10px
3939
}
4040

41-
/*.tooltip .tooltiptext::after {
42-
content: "";
43-
position: absolute;
44-
top: 100%;
45-
left: 50%;
46-
margin-left: -5px;
47-
border-width: 5px;
48-
border-style: solid;
49-
border-color: #555 transparent transparent transparent;
50-
}*/
51-
5241
.hover:hover .hovercontent {
5342
visibility: visible;
5443
opacity: 1;

src/components/widgets/academic-subquery.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@
3838
font-size: 10px
3939
}
4040

41-
.dropTarget {
42-
border: 1px solid white;
43-
}
44-
.dropTarget.over {
45-
border: 1px dotted #666;
46-
}
47-
48-
.queryPart:blank {
49-
background: pink;
50-
}
41+
.dropTarget {
42+
border: 1px solid white;
43+
}
44+
.dropTarget.over {
45+
border: 1px dotted #666;
46+
}
47+
48+
.queryPart:blank {
49+
background: pink;
50+
}
5151

5252
.hover:hover .hovercontent {
5353
visibility: visible;

0 commit comments

Comments
 (0)