This is an automated email from the ASF dual-hosted git repository.
urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new df18e63de24 style: highlight toc when scrolling
new 14f75657e28 Merge pull request #137 from SignorMercurio/style/toc
df18e63de24 is described below
commit df18e63de249f2472cfb48465057c326d2a229d2
Author: Mercurio <[email protected]>
AuthorDate: Wed Jul 6 11:30:50 2022 +0800
style: highlight toc when scrolling
---
site2/website-next/src/css/custom.css | 24 ------------------------
1 file changed, 24 deletions(-)
diff --git a/site2/website-next/src/css/custom.css
b/site2/website-next/src/css/custom.css
index 6105d499b48..e69f1f7487b 100644
--- a/site2/website-next/src/css/custom.css
+++ b/site2/website-next/src/css/custom.css
@@ -971,30 +971,6 @@ table tr:nth-child(2n) {
color: #fff;
text-decoration: none;
}
-.table-of-contents li {
- padding-bottom: 10px;
- border-bottom: 1px dotted #464e56;
-}
-.rl-main .table-of-contents li {
- list-style: none;
-}
-.table-of-contents a {
- display: -webkit-box;
- -webkit-line-clamp: 2;
- -webkit-box-orient: vertical;
- overflow: hidden;
-}
-.table-of-contents__link,
-.rl-main .table-of-contents a {
- font-size: 0.7rem;
- color: var(--ifm-toc-link-color);
- font-weight: lighter;
-}
-.table-of-contents__link code {
- background-color: transparent;
- border: none;
- font-family: var(--ifm-font-family-base);
-}
.avatar__name a {
color: #333;
}