Fix double-thick line between inputs in input-group

This commit is contained in:
Richard Schreiber
2025-04-25 10:30:50 +02:00
committed by GitHub
parent 8796b4359c
commit 0eb11b154b

View File

@@ -252,6 +252,7 @@ details {
input:not(:last-child), select:not(:last-child) {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-bottom: none;
}
}
}
@@ -271,6 +272,7 @@ details {
input:not(:last-child), select:not(:last-child) {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
border-right: none;
}
[data-size="1"] {
flex-grow: 1;