Add keyboard nav to treeList

This commit is contained in:
Nick O'Leary
2019-04-26 16:21:35 +01:00
parent 3e9d2a8062
commit 337dfba2b8
5 changed files with 228 additions and 94 deletions

View File

@@ -112,7 +112,6 @@
.red-ui-library-browser {
position: relative;
height: 100%;
.red-ui-treeList-container {
background: white;
border: none;

View File

@@ -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;