Skip to content

Commit

Permalink
♻️ refactor: set visibility hidden in "hidden" class
Browse files Browse the repository at this point in the history
  • Loading branch information
welpo committed Mar 11, 2024
1 parent d825bef commit 8537bbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sass/parts/_misc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ hr {

.hidden {
display: none;
visibility: hidden;
}

.visually-hidden {
Expand Down

0 comments on commit 8537bbc

Please sign in to comment.