Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
fix: use clean focus effects for top app bar buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
arielsvg committed Mar 30, 2021
1 parent 75094a8 commit 60a4a2e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/stylesheets/renderer.css
Expand Up @@ -50,9 +50,13 @@ panel-resizer {
max-width: var(--sn-desktop-titlebar-icon-font-size);
}

#desktop-title-bar button:hover svg {
#desktop-title-bar button:hover svg,
#desktop-title-bar button:focus svg {
color: var(--sn-stylekit-info-color);
}
#desktop-title-bar button:focus {
box-shadow: none;
}

#desktop-title-bar .title-bar-left-buttons,
#desktop-title-bar .title-bar-right-buttons {
Expand Down

0 comments on commit 60a4a2e

Please sign in to comment.