Skip to content

Commit fbac859

Browse files
committed
fix: disable too broad selectors
1 parent 7eee091 commit fbac859

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/theme/static_src/src/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
}
158158

159159
.formset-dual-selector-select {
160-
@apply formset-select-multiple rounded-t-none w-full !important;
160+
@apply w-full px-3 py-2 !placeholder-tertiary-800 border border-gray-300 rounded-lg focus:outline-none focus:ring focus:ring-indigo-100 focus:border-indigo-300 rounded-t-none w-full !important;
161161
}
162162

163163
.formset-dual-selector-select optgroup {
@@ -362,7 +362,7 @@ ol.breadcrumb > li + ::before {
362362
@apply !w-60 !flex !content-center;
363363
}
364364

365-
select {
365+
select:not(.formset-dual-selector-select) {
366366
@apply select-base pr-10 !h-10 items-center bg-no-repeat bg-right;
367367
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M10 12a1 1 0 01-.7-.3l-3-3a1 1 0 011.4-1.4L10 9.6l2.3-2.3a1 1 0 011.4 1.4l-3 3a1 1 0 01-.7.3z' clip-rule='evenodd'/%3E%3C/svg%3E");
368368
background-size: 1rem 1rem;

0 commit comments

Comments
 (0)