Skip to content

Commit

Permalink
[@mantine/core] NumberInput: Fix double border between controls appea…
Browse files Browse the repository at this point in the history
…red on low resolution screens (#5753)
  • Loading branch information
justinsmid committed Feb 16, 2024
1 parent dbe2ae3 commit 49ca2ba
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
}

&:where(:first-of-type) {
border-bottom: rem(0.5px) solid var(--_input-bd);
border-bottom: rem(1px) solid var(--_input-bd);
border-radius: 0 var(--control-radius) 0 0;

@mixin where-rtl {
Expand All @@ -87,7 +87,6 @@
}

&:last-of-type {
border-top: rem(0.5px) solid var(--_input-bd);
border-radius: 0 0 var(--control-radius) 0;

@mixin rtl {
Expand Down

0 comments on commit 49ca2ba

Please sign in to comment.