explorer: fix focus outline obscured

This commit is contained in:
David Lechner
2022-12-02 11:37:22 -06:00
parent c001ca77c1
commit a262f44762
3 changed files with 7 additions and 1 deletions
+5
View File
@@ -17,6 +17,11 @@
&-file-tree {
overflow-y: auto;
& .#{bp.$ns}-tree-node-list {
// make foucus outline fit
margin: 2px;
}
// don't need extra padding around toolbar
& .#{bp.$ns}-tree-node-secondary-label {
padding: unset;