You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ur...@apache.org on 2022/07/08 01:52:20 UTC

[pulsar-site] branch main updated: style: fix tab highlighting error

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 49619818d4b style: fix tab highlighting error
     new 88f799a0629 Merge pull request #142 from SignorMercurio/fix/highlight-tabs
49619818d4b is described below

commit 49619818d4b3162c0f001507984685af27605459
Author: Mercurio <si...@gmail.com>
AuthorDate: Thu Jul 7 20:48:39 2022 +0800

    style: fix tab highlighting error
    
    Signed-off-by: Mercurio <si...@gmail.com>
---
 site2/website-next/src/css/custom.css | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/site2/website-next/src/css/custom.css b/site2/website-next/src/css/custom.css
index e69f1f7487b..3ca77412329 100644
--- a/site2/website-next/src/css/custom.css
+++ b/site2/website-next/src/css/custom.css
@@ -1258,6 +1258,7 @@ div[role="tabpanel"] {
   padding: var(--ifm-alert-padding-vertical) var(--ifm-alert-padding-horizontal);
 }
 
-.tabs-container>.margin-vert--md {
+.tabs-container>.margin-vert--md
+.tabs-container>.margin-top--md {
   margin-top: 0 !important;
 }