0
0
Fork 0

Use material symbol for responsive menu toggle (#31362)

This commit is contained in:
Matt Jankowski 2024-08-10 05:12:47 -04:00 committed by GitHub
parent caf0164f00
commit 7519ef2fa1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -65,16 +65,16 @@ $content-width: 840px;
background: $ui-base-color;
}
.fa-times {
.material-close {
display: none;
}
&.active {
.fa-times {
.material-close {
display: block;
}
.fa-bars {
.material-menu {
display: none;
}
}