Skip to content

Commit

Permalink
Give list items a slight radius
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Boberg <git@axelboberg.se>
  • Loading branch information
axelboberg committed Apr 24, 2024
1 parent d044dc2 commit 195d488
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/rundown/app/components/RundownListItem/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
background: var(--base-color--shade1);
box-sizing: border-box;

border-radius: 3px;

overflow: hidden;
outline: none;
}

Expand Down Expand Up @@ -63,6 +66,7 @@
left: 0;

box-shadow: inset 0 0 0 1px var(--base-color);
border-radius: 3px;

opacity: 0.1;

Expand Down

0 comments on commit 195d488

Please sign in to comment.