Skip to content

Commit

Permalink
docs: remove debugging comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl-J-M committed Aug 21, 2024
1 parent 4daae89 commit 1fba91f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions components/control/Input/Input.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,11 @@ diamond-input {

/* Prefix */
&:has(* + :is(input, textarea, select)) > :first-child {
/* margin-right: calc(var(--diamond-input-padding-inline) / 2 * -1); */
padding: 0 0 0 calc(var(--diamond-input-padding-inline) / 2);
}

/* Suffix */
:is(input, textarea, select) + * {
/* margin-left: calc(var(--diamond-input-padding-inline) / 2 * -1); */
/* ^Find out what this does before removing it completely */
padding: 0 calc(var(--diamond-input-padding-inline) / 2) 0 0;
}
}

0 comments on commit 1fba91f

Please sign in to comment.