mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00: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…
x
Reference in New Issue
Block a user