File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -245,6 +245,11 @@ select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__
245
245
padding : 0.25em 0.45em ;
246
246
}
247
247
248
+ /* Remove the shadow outline on an opened box */
249
+ .select2-container--bootstrap-5 .select2-container--focus .select2-selection , .select2-container--bootstrap-5 .select2-container--open .select2-selection {
250
+ box-shadow : none;
251
+ }
252
+
248
253
.input-group-text {
249
254
background-color : # fafafa ;
250
255
}
Original file line number Diff line number Diff line change 49
49
@break
50
50
51
51
@case (2 )
52
- <x-attribute-type :edit = " true " : o =" $o->getObject('rdn')" />
52
+ <x-attribute-type :o =" $o->getObject('rdn')" :edit = " TRUE " :new = " FALSE " :langtag = " Entry::TAG_NOTAG " :updated = " FALSE " />
53
53
54
54
@foreach ($o -> getVisibleAttributes () as $ao )
55
- <x-attribute-type :edit =" true " :o = " $ao " />
55
+ <x-attribute-type :o = " $ao " : edit =" TRUE " :new = " FALSE " :langtag = " Entry::TAG_NOTAG " :updated = " FALSE " />
56
56
@endforeach
57
57
58
58
@include (' fragment.dn.add_attr' )
You can’t perform that action at this time.
0 commit comments