forked from CGM_Public/pretix_original
Fix double-thick line between inputs in input-group
This commit is contained in:
committed by
GitHub
parent
8796b4359c
commit
0eb11b154b
@@ -252,6 +252,7 @@ details {
|
|||||||
input:not(:last-child), select:not(:last-child) {
|
input:not(:last-child), select:not(:last-child) {
|
||||||
border-bottom-right-radius: 0;
|
border-bottom-right-radius: 0;
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -271,6 +272,7 @@ details {
|
|||||||
input:not(:last-child), select:not(:last-child) {
|
input:not(:last-child), select:not(:last-child) {
|
||||||
border-bottom-right-radius: 0;
|
border-bottom-right-radius: 0;
|
||||||
border-top-right-radius: 0;
|
border-top-right-radius: 0;
|
||||||
|
border-right: none;
|
||||||
}
|
}
|
||||||
[data-size="1"] {
|
[data-size="1"] {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user