AlexTorresDev / custom-electron-titlebar

Custom electon title bar inpire on VS Code title bar
MIT License
868 stars 149 forks source link

Remove the `:focus` on the menubar menu button class to fix styling #233

Closed mikeseese closed 1 year ago

mikeseese commented 1 year ago

This PR fixes #225 by removing the unnecessary :focus CSS selector. I only tested this on Windows.

Before this PR:

electron-titlebar-before

After this PR:

electron-titlebar-after

AlexTorresDev commented 1 year ago

:tada: This PR is included in version 4.2.6 :tada:

The release is available on:

Your semantic-release bot :package::rocket: