Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
inc2734 committed Sep 14, 2024
1 parent ee283bd commit fd4b29b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/css/core/abstract/_input-group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,13 @@ Abstract input group component
> input[type='text'],
> input[type='url'] {
appearance: none;
border-radius: 0;
flex: 1 1 0%;
width: 100%;
@include form-control();

& {
--_border-radius: 0;
}
}
}

Expand Down

0 comments on commit fd4b29b

Please sign in to comment.