Accessibility sev-2 defects-2

This commit is contained in:
Sampath
2023-03-20 13:09:04 +05:30
parent fa81442222
commit f27706bc37
5 changed files with 20 additions and 4 deletions

View File

@@ -3,11 +3,12 @@
.treeComponent {
.nodeItem {
&:focus {
outline: 1px dashed @AccentMedium;
outline: 2px @AccentMedium;
}
.treeNodeHeader {
padding: @SmallSpace 2px;
// padding: @SmallSpace 2px;
margin: 2px;
cursor: pointer;
display: flex;