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

View File

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