Skip to content

Commit

Permalink
Fix mobile menu button content (home-assistant#34703)
Browse files Browse the repository at this point in the history
  • Loading branch information
wendevlin authored Sep 12, 2024
1 parent 0a9b703 commit 4798fc6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions sass/homeassistant/base/_navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -184,14 +184,14 @@ header .grid {
@include box-sizing(border-box);
@include transition(all 0.5s linear);
content: "";
display: inline-block;
display: flex;
justify-content: center;
align-items: center;
width: 32px;
height: 32px;
padding: 4px 9px;
background: $primary-color;
text-align: center;
font-family: $sans-serif;
font-size: 16px;
color: $white;
white-space: nowrap;
border-radius: 24px;
Expand All @@ -203,6 +203,7 @@ header .grid {

#toggle:checked + .toggle::after {
content: attr(data-close);
padding-bottom: 2px;
}

/* submenus */
Expand Down

0 comments on commit 4798fc6

Please sign in to comment.