outline offset has been added for the focus indicator to be visible on navigation (#1551)

This commit is contained in:
MokireddySampath 2023-11-22 00:08:59 +05:30 committed by GitHub
parent acd4787b3d
commit 0f69b7998f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -59,6 +59,10 @@
}
}
[data-test="Gallery"]{
outline-offset: -1px;
}
.selected {
& > .treeNodeHeader {
background-color: @AccentExtra;