jiazhai closed pull request #2306: [website] fix css problem on languages menu
URL: https://github.com/apache/incubator-pulsar/pull/2306
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/site2/website/static/css/custom.css 
b/site2/website/static/css/custom.css
index 2830e819c7..fc896521fa 100644
--- a/site2/website/static/css/custom.css
+++ b/site2/website/static/css/custom.css
@@ -62,25 +62,29 @@
 
 /* for drop down menus */
 #community-dropdown.hide,
-#apache-dropdown.hide {
+#apache-dropdown.hide,
+#languages-dropdown.hide {
   display: none;
 }
 
 
 #community-dropdown.visible,
-#apache-dropdown.visible {
+#apache-dropdown.visible,
+#languages-dropdown.visible {
   display: flex;
 }
 
 #community-dropdown,
-#apache-dropdown {
+#apache-dropdown,
+#languages-dropdown {
   pointer-events: none;
   position: absolute;
   width: 100%;
 }
 
 #community-dropdown-items,
-#apache-dropdown-items {
+#apache-dropdown-items,
+#languages-dropdown-items {
   background-color: white;
   display: flex;
   flex-direction: column;


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to