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:
parent
71c5b1be86
commit
e2802175a5
@ -20,6 +20,10 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
overflow-y:auto;
|
overflow-y:auto;
|
||||||
@include disable-selection;
|
@include disable-selection;
|
||||||
|
|
||||||
|
&:focus {
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.red-ui-sidebar-node-config-list {
|
ul.red-ui-sidebar-node-config-list {
|
||||||
|
Loading…
Reference in New Issue
Block a user