Skip to content

Commit f50aa27

Browse files
author
rakeshAlgo
committed
caption-table & right nav hover issues fixed
1 parent 1f7b73e commit f50aa27

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/css/table.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ table.table-tutorial tr td:last-child {
119119
top: -30px;
120120
}
121121

122-
div + table.tableblock.caption-table,
122+
table.tableblock.caption-table,
123123
div.ulist + table.tableblock,
124124
table.tableblock + table.tableblock {
125125
margin-top: 2.5rem;

src/css/toc.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,7 @@
7676
transition: all 0.3s;
7777
}
7878

79-
.toc .toc-menu li a.is-active::before,
80-
.toc .toc-menu li a:hover::before {
79+
.toc .toc-menu li a.is-active::before {
8180
height: 100%;
8281
}
8382

0 commit comments

Comments
 (0)