Skip to content

Commit

Permalink
feat(catalogue): align style of autocomplete to number input
Browse files Browse the repository at this point in the history
  • Loading branch information
MatsJohansen87 committed Jun 18, 2024
1 parent b60553d commit d1c1eb1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/demo/src/ccp.css
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,11 @@ lens-catalogue::part(lens-catalogue) {
padding-left: 8px;
}

lens-catalogue::part(autocomplete-formfield-input) {
border: solid 1px var(--dark-gray);
border-radius: 0;
}

lens-catalogue::part(autocomplete-formfield-input):focus {
border-color: var(--light-blue);
}
Expand Down

0 comments on commit d1c1eb1

Please sign in to comment.