Skip to content

Commit

Permalink
New is-relaxed for Input
Browse files Browse the repository at this point in the history
  • Loading branch information
YamiOdymel committed Nov 2, 2022
1 parent e8838a2 commit 8784caa
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/input.css
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,14 @@
--height: var(--ts-input-height-large-dense);
}

/**
* Relaxed
*/

.ts-input.is-relaxed input {
--height: var(--ts-input-height-large);
}

/**
* Sizes
*/
Expand All @@ -401,4 +409,4 @@

.ts-input.is-large :is(input, textarea, .ts-icon) {
font-size: var(--ts-font-size-17px);
}
}

0 comments on commit 8784caa

Please sign in to comment.