Skip to content

Commit

Permalink
Fix odd focus on session list trigger (fixes #2731)
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliusknorr authored and max-nextcloud committed Nov 16, 2022
1 parent 6657642 commit ebc05a5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/Editor/SessionList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,6 @@ export default {
display: inline-flex;
flex-direction: row-reverse;

&:focus {
background-color: #eee;
}

.avatar-wrapper {
margin: 0 -18px 0 0;
z-index: 1;
Expand Down

0 comments on commit ebc05a5

Please sign in to comment.