outline offset has been added for the focus indicator to be visible on navigation (#1551)
This commit is contained in:
parent
acd4787b3d
commit
0f69b7998f
|
@ -59,6 +59,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[data-test="Gallery"]{
|
||||||
|
outline-offset: -1px;
|
||||||
|
}
|
||||||
|
|
||||||
.selected {
|
.selected {
|
||||||
& > .treeNodeHeader {
|
& > .treeNodeHeader {
|
||||||
background-color: @AccentExtra;
|
background-color: @AccentExtra;
|
||||||
|
|
Loading…
Reference in New Issue