Skip to content

Commit da80d03

Browse files
arthur801031jasonLaster
authored andcommitted
[Outline] Style list (firefox-devtools#4851)
1 parent 0aafcbd commit da80d03

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

src/components/PrimaryPanes/Outline.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
.outline-list {
1919
list-style-type: none;
2020
width: 100%;
21-
padding: 10px;
21+
padding: 10px 0px;
2222
margin: 0;
2323
}
2424

@@ -31,7 +31,7 @@
3131
.outline-list h2 {
3232
font-weight: normal;
3333
font-size: 1em;
34-
margin: 10px 0;
34+
margin: 10px 0 10px 10px;
3535
color: var(--theme-body-color);
3636
}
3737

@@ -46,3 +46,7 @@
4646
.outline-list__element:hover {
4747
background: var(--theme-toolbar-background-hover);
4848
}
49+
50+
.outline-list__element .function {
51+
padding-left: 10px;
52+
}

0 commit comments

Comments
 (0)