manual commit
This commit is contained in:
@@ -18,7 +18,16 @@
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.app-list-toolbar :is(.app-field, label, button, [role="button"], input, select, .multi-select) {
|
||||
.app-list-toolbar
|
||||
:is(
|
||||
.app-field,
|
||||
label,
|
||||
button,
|
||||
[role="button"],
|
||||
input,
|
||||
select,
|
||||
.multi-select
|
||||
) {
|
||||
margin: 0;
|
||||
width: auto;
|
||||
}
|
||||
@@ -30,9 +39,12 @@
|
||||
min-height: calc(var(--app-list-toolbar-padding-y) * 2 + 1.4em);
|
||||
}
|
||||
|
||||
.app-list-toolbar input[type=search],
|
||||
.app-list-toolbar input[type=text],
|
||||
.app-list-toolbar > button,
|
||||
.app-list-toolbar > [role="button"] {
|
||||
padding: var(--app-list-toolbar-padding-y) var(--app-list-toolbar-padding-x);
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.app-list-toolbar
|
||||
@@ -70,7 +82,10 @@
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.app-list-toolbar .multi-select .multi-select-header .multi-select-header-placeholder {
|
||||
.app-list-toolbar
|
||||
.multi-select
|
||||
.multi-select-header
|
||||
.multi-select-header-placeholder {
|
||||
font-size: var(--text-sm);
|
||||
}
|
||||
|
||||
@@ -114,10 +129,8 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.app-list-toolbar
|
||||
> :is(.app-field, label):has(input[type="search"]) input,
|
||||
.app-list-toolbar
|
||||
> :is(.app-field, label):has(input[type="text"]) input,
|
||||
.app-list-toolbar > :is(.app-field, label):has(input[type="search"]) input,
|
||||
.app-list-toolbar > :is(.app-field, label):has(input[type="text"]) input,
|
||||
.app-list-toolbar > .app-field:has(textarea) textarea {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user