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

View File

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