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
+1 -1
View File
@@ -14,7 +14,7 @@
}
& .pb-activities-tabview {
padding-left: bp.$pt-grid-size;
padding: bp.$pt-grid-size * 0.5;
}
}
+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;
+1
View File
@@ -7,6 +7,7 @@
.pb-settings {
overflow-y: auto;
padding: bp.$pt-grid-size;
.#{bp.$ns}-control-group {
.#{bp.$ns}-button {