Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Refining header link styling
Browse files Browse the repository at this point in the history
Looks like positioning may not matter if I switched the location of the "heading-permalink" class!
  • Loading branch information
AnitaYCheng committed Feb 18, 2023
1 parent 829fa2c commit 13355bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 2 additions & 4 deletions _sass/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,11 @@
}

.heading-permalink {
position:absolute;
left:0;
opacity: 0.2;
}

a.heading-permalink:hover,
a.heading-permalink:focus {
.heading-permalink:hover,
.heading-permalink:focus {
opacity: 1;
}

Expand Down
1 change: 0 additions & 1 deletion _sass/method.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
.method h2 {
font-size: font-size('heading',md);
font-weight: font-weight('bold');
position:relative;
}

.method--panel {
Expand Down

0 comments on commit 13355bc

Please sign in to comment.