You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2021/01/17 13:43:52 UTC

[airflow-site] branch master updated: Removed the outline around the members of class summary (#374)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 76bfbc6  Removed the outline around the members of class summary (#374)
76bfbc6 is described below

commit 76bfbc649f5920b74481d3a6b94be65b047baf6d
Author: Shubham Karwasara <sh...@gmail.com>
AuthorDate: Sun Jan 17 19:13:42 2021 +0530

    Removed the outline around the members of class summary (#374)
---
 landing-pages/site/assets/scss/_accordion.scss | 1 +
 1 file changed, 1 insertion(+)

diff --git a/landing-pages/site/assets/scss/_accordion.scss b/landing-pages/site/assets/scss/_accordion.scss
index 7ca8001..76abfe3 100644
--- a/landing-pages/site/assets/scss/_accordion.scss
+++ b/landing-pages/site/assets/scss/_accordion.scss
@@ -31,6 +31,7 @@ details.accordion {
   summary {
     position: relative;
     display: block;
+    outline: none;
   }
 
   summary::-webkit-details-marker {