Skip to content

Commit

Permalink
When hovering a heading, make the #-anchor fully opaque
Browse files Browse the repository at this point in the history
  • Loading branch information
gabalafou committed Aug 8, 2024
1 parent d47b30c commit 1d08bba
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/pydata_sphinx_theme/assets/styles/base/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,11 @@ a {
// The # anchor that appears on hover over headings
&.headerlink {
color: var(--pst-color-secondary);
opacity: 0.7;
font-size: 0.8em;
padding: 0 4px;
margin-left: 0.2em;
text-decoration: none;
transition: all 0.2s ease-out;
user-select: none;

&:hover {
opacity: 1;
}
}

// set up a icon next to the shorten links from github and gitlab
Expand Down

0 comments on commit 1d08bba

Please sign in to comment.