Skip to content

Commit

Permalink
Merge pull request #156 from chronoDave/#151
Browse files Browse the repository at this point in the history
Made sample delete button visible
  • Loading branch information
iadawn authored Mar 1, 2024
2 parents 65997cb + 8bbe8a2 commit c1866e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/form/Editable.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,16 @@

<style>
.Editable__Control--delete {
font-size: 1em;;
font-size: 1em;
float: right;
margin-left: 1em;
margin-top: .25em;
padding: 0;
border: 0;
background-color: transparent;
color: currentColor;
width: 1em;
display: inline-block;
}
.Editable {
background: var(--trans-line-grey);
Expand Down

0 comments on commit c1866e0

Please sign in to comment.