Skip to content

Commit

Permalink
Fix #958 - Add focus effect to avatar icon (#983)
Browse files Browse the repository at this point in the history
* Fix #958 - Add focus effect to avatar icon

* Remove whitespace
  • Loading branch information
codemist authored Aug 3, 2021
1 parent 465f8ef commit f0ccc09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/scss/partials/glocal-menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ glocal-menu {
transition: all .2s ease;
}

.avatar-wrapper:hover {
.avatar-wrapper:hover, .avatar-wrapper:focus {
box-shadow: 0 0 0 2px rgba(255, 255, 255, 1), 0 0 0px 5px rgba(255, 255, 255, .3);
transition: all .2s ease;
}
Expand Down

0 comments on commit f0ccc09

Please sign in to comment.