Skip to content

Commit

Permalink
fix(workbench): reset list style properly
Browse files Browse the repository at this point in the history
xxx
  • Loading branch information
danielwiehl committed Jun 7, 2023
1 parent 5b0a4ed commit b3e5695
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
}

> li {
all: unset;
flex: none;
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
max-height: 350px;

> ul {
all: unset;
display: flex;
flex-direction: column;
list-style: none;
padding: 1px 0 0 0;
margin: 0;
padding-top: 1px;

> li.separator {
all: unset;
border-top: 1px solid colors.$viewlistitem-border-color;
}
}
Expand Down

0 comments on commit b3e5695

Please sign in to comment.