Skip to content

Commit 853f3a6

Browse files
committed
Fix odd focus on session list trigger (fixes #2731)
Signed-off-by: Julius Härtl <jus@bitgrid.net>
1 parent 37d17c1 commit 853f3a6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/components/Editor/SessionList.vue

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,6 @@ export default {
144144
display: inline-flex;
145145
flex-direction: row-reverse;
146146
147-
&:focus {
148-
background-color: #eee;
149-
}
150-
151147
.avatar-wrapper {
152148
margin: 0 -18px 0 0;
153149
z-index: 1;

0 commit comments

Comments
 (0)