aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/_themes/pysidedocs/static/pysidedocs.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/_themes/pysidedocs/static/pysidedocs.css b/doc/_themes/pysidedocs/static/pysidedocs.css
index 0a6a35a4f..39d8a4280 100644
--- a/doc/_themes/pysidedocs/static/pysidedocs.css
+++ b/doc/_themes/pysidedocs/static/pysidedocs.css
@@ -141,12 +141,17 @@ pre * {
font-size: 100%;
color: inherit;
float: right;
+ visibility: Hidden;
}
h1 .headerlink {
padding-right: 50px;
}
+h1:hover .headerlink, h2:hover .headerlink, h3:hover .headerlink {
+ visibility: Visible;
+}
+
a, a:visited {
color: #009491;
text-decoration: none;