scss: simplify grid input selector (#73522) #127

Merged
fpeters merged 1 commits from wip/73522-grid-input-selector into main 2023-01-18 13:16:13 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ div[class*=' grid-'] {
padding-right: 0;
}
}
table, textarea, select, input[type=text], input[type=password], input[type=email], input[type=url], input[type=tel], input[type=number], input[type=search], input[type=file], input[type=date], input[type=datetime-local], input[type=month], input[type=time], input[type=week] {
table, textarea, select, input:not([type=checkbox]):not([type=radio]) {
width: 100%;
}
.select2-container {