Skip to content

Commit

Permalink
fix(input): missing border of the searchbox element
Browse files Browse the repository at this point in the history
  • Loading branch information
JoomFX authored and Juveniel committed Apr 25, 2023
1 parent 8b8cfc0 commit 505e380
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/default/scss/input/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
box-sizing: border-box;
}

.k-input,
.k-picker {
> .k-input,
> .k-picker {
border-width: 0 !important; // sass-lint:disable-line no-important
color: inherit;
background: none;
Expand Down
4 changes: 2 additions & 2 deletions packages/fluent/scss/input/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
box-sizing: border-box;
}

.k-input,
.k-picker {
> .k-input,
> .k-picker {
border-width: 0 !important; // sass-lint:disable-line no-important
color: inherit;
background: none;
Expand Down

0 comments on commit 505e380

Please sign in to comment.