Skip to content

Commit 5e40997

Browse files
committed
fix +Comments style
1 parent 7d25746 commit 5e40997

File tree

3 files changed

+7
-14
lines changed

3 files changed

+7
-14
lines changed

frameworks/oxbytao/css/collapsed.css

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,6 @@ app:has(lem:empty) {
2020
display: none;
2121
}
2222

23-
note {
24-
display: none;
25-
}
26-
27-
note:before {
28-
display: inline !important;
29-
content: "¹";
30-
color: blue;
31-
background-color: lightgray;
32-
-oxy-display-tags: none;
33-
}
34-
3523
choice {
3624
-oxy-display-tags: none;
3725
color: gray;

frameworks/oxbytao/css/common.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,11 @@ listApp > app > rdg:after {
9090
color: red;
9191
}
9292

93+
/* notes are hidden. Use +Comments to unhide them. */
94+
note {
95+
display: none;
96+
}
97+
9398
noteGrp {
9499
display: block;
95100
}

frameworks/oxbytao/css/note.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
note, witDetail {
2-
display: block;
2+
display: block !important;
33
background-color: yellow;
4-
-oxy-display-tags: default;
4+
-oxy-display-tags: none;
55
}

0 commit comments

Comments
 (0)