We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f7b73e commit f50aa27Copy full SHA for f50aa27
src/css/table.css
@@ -119,7 +119,7 @@ table.table-tutorial tr td:last-child {
119
top: -30px;
120
}
121
122
- div + table.tableblock.caption-table,
+ table.tableblock.caption-table,
123
div.ulist + table.tableblock,
124
table.tableblock + table.tableblock {
125
margin-top: 2.5rem;
src/css/toc.css
@@ -76,8 +76,7 @@
76
transition: all 0.3s;
77
78
79
-.toc .toc-menu li a.is-active::before,
80
-.toc .toc-menu li a:hover::before {
+.toc .toc-menu li a.is-active::before {
81
height: 100%;
82
83
0 commit comments