mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Add keyboard nav to treeList
This commit is contained in:
@@ -112,7 +112,6 @@
|
||||
.red-ui-library-browser {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
|
||||
.red-ui-treeList-container {
|
||||
background: white;
|
||||
border: none;
|
||||
|
@@ -15,7 +15,9 @@
|
||||
**/
|
||||
|
||||
.red-ui-treeList {
|
||||
|
||||
&:focus {
|
||||
outline: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
.red-ui-treeList-container {
|
||||
@@ -64,10 +66,6 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
label.red-ui-treeList-label {
|
||||
display: block;
|
||||
width: auto;
|
||||
}
|
||||
.red-ui-treeList-label {
|
||||
@include disable-selection;
|
||||
padding: 6px 0;
|
||||
@@ -77,6 +75,7 @@ label.red-ui-treeList-label {
|
||||
cursor: pointer;
|
||||
vertical-align: middle;
|
||||
margin: 0;
|
||||
position: relative;
|
||||
|
||||
// &:hover {
|
||||
// background: $list-item-background-hover;
|
||||
|
Reference in New Issue
Block a user