fix admin combo-dropdowns styles
This commit is contained in:
parent
a378c999b7
commit
9d76fcc425
|
@ -671,7 +671,8 @@ option {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
|
||||||
> * {
|
> *,
|
||||||
|
> * .button-default {
|
||||||
--_roundness-left: 0;
|
--_roundness-left: 0;
|
||||||
--_roundness-right: 0;
|
--_roundness-right: 0;
|
||||||
|
|
||||||
|
@ -679,11 +680,13 @@ option {
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
> *:first-child {
|
> *:first-child,
|
||||||
|
> *:first-child .button-default {
|
||||||
--_roundness-left: var(--roundness);
|
--_roundness-left: var(--roundness);
|
||||||
}
|
}
|
||||||
|
|
||||||
> *:last-child {
|
> *:last-child,
|
||||||
|
> *:last-child .button-default {
|
||||||
--_roundness-right: var(--roundness);
|
--_roundness-right: var(--roundness);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue