1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Clear outline focus on config node sidebar panel

This commit is contained in:
Nick O'Leary 2020-06-29 21:06:23 +01:00
parent 71c5b1be86
commit e2802175a5
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -20,6 +20,10 @@
height: 100%;
overflow-y:auto;
@include disable-selection;
&:focus {
outline: none;
}
}
ul.red-ui-sidebar-node-config-list {