Skip to content

Commit

Permalink
fix(style) : 💄 Pull request #233
Browse files Browse the repository at this point in the history
Remove the `:focus` on the menubar menu button class to fix styling
  • Loading branch information
AlexTorresDev committed Aug 5, 2023
2 parents f5a009e + 6986d03 commit a0afc79
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions static/theme/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -250,13 +250,11 @@ body {
opacity: 0.4;
}

.cet-menubar .cet-menubar-menu-button:not(.disabled):focus,
.cet-menubar .cet-menubar-menu-button:not(.disabled):hover,
.cet-menubar .cet-menubar-menu-button:not(.disabled).open {
background-color: rgb(255 255 255 / 12%);
}

.cet-titlebar.light .cet-menubar .cet-menubar-menu-button:not(.disabled):focus,
.cet-titlebar.light .cet-menubar .cet-menubar-menu-button:not(.disabled):hover,
.cet-titlebar.light .cet-menubar .cet-menubar-menu-button:not(.disabled).open {
background-color: rgb(0 0 0 / 12%);
Expand Down

0 comments on commit a0afc79

Please sign in to comment.