Skip to content

Commit a262f44

Browse files
committed
explorer: fix focus outline obscured
1 parent c001ca7 commit a262f44

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

src/activities/activities.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515

1616
& .pb-activities-tabview {
17-
padding-left: bp.$pt-grid-size;
17+
padding: bp.$pt-grid-size * 0.5;
1818
}
1919
}
2020

src/explorer/explorer.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@
1717
&-file-tree {
1818
overflow-y: auto;
1919

20+
& .#{bp.$ns}-tree-node-list {
21+
// make foucus outline fit
22+
margin: 2px;
23+
}
24+
2025
// don't need extra padding around toolbar
2126
& .#{bp.$ns}-tree-node-secondary-label {
2227
padding: unset;

src/settings/settings.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
.pb-settings {
99
overflow-y: auto;
10+
padding: bp.$pt-grid-size;
1011

1112
.#{bp.$ns}-control-group {
1213
.#{bp.$ns}-button {

0 commit comments

Comments
 (0)