Cleaned up property borders

This commit is contained in:
Brian Vaughn
2019-02-05 11:26:37 +00:00
parent 6dc3fa6fbd
commit ce7f060e26
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
.HooksTreeView {
padding: 0.25rem;
border-bottom: 1px solid var(--color-border);
border-top: 1px solid var(--color-border);
}
.HooksNode {
+4 -1
View File
@@ -1,6 +1,9 @@
.InspectedElementTree {
padding: 0.25rem;
border-bottom: 1px solid var(--color-border);
border-top: 1px solid var(--color-border);
}
.InspectedElementTree:first-of-type {
border-top: none;
}
.Item {
+1
View File
@@ -38,6 +38,7 @@
.Owners {
padding: 0.25rem;
border-top: 1px solid var(--color-border);
}
.Component,