Skip to content

Commit

Permalink
Merge pull request #91 from swiss/feature/indented-list
Browse files Browse the repository at this point in the history
feat(link-list): remove bare list indent
  • Loading branch information
satefan authored Oct 4, 2024
2 parents b81e96b + 544d253 commit 4035380
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion app/pages/detailPageSimple.vue
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@
<div class="container container--grid gap--responsive">
<div class="container__center--xs vertical-spacing">
<h2 class="h2">Bare Link Liste mit Beschreibung</h2>
<ul class="list list--bare list--loose list--indented">
<ul class="list list--bare list--loose">
<li>
<a
class="link"
Expand Down
6 changes: 0 additions & 6 deletions css/components/list.postcss
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ main ol:not([class]) {
}
}

.list--bare.list--indented {
li {
@apply ml-10;
}
}

.list--roman {
@apply list-roman;
@apply list-outside pl-5;
Expand Down

0 comments on commit 4035380

Please sign in to comment.