Skip to content

Commit

Permalink
fix(kit): set nullish border in tui-textarea (#7588)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlufy authored Jun 3, 2024
1 parent cf6d9f8 commit 8b9b10c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions projects/kit/components/textarea/textarea.style.less
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,6 @@
pointer-events: none;
color: transparent;
overflow: hidden;
border: solid transparent;
border-top: 0;
border-bottom: 0;
border-inline-start-width: var(--border-start, 0);
border-inline-end-width: var(--border-end, 0);

Expand Down Expand Up @@ -233,7 +230,6 @@
top: calc(var(--tui-height) / 2 - 0.625rem);
left: 0;
max-width: 100%;
border: solid transparent;
border-inline-start-width: var(--border-start, 0);
border-inline-end-width: var(--border-end, 0);
box-sizing: border-box;
Expand Down

0 comments on commit 8b9b10c

Please sign in to comment.