From 21c88048e373e13ac9bba1df0059e29db7396d9f Mon Sep 17 00:00:00 2001 From: Deon George Date: Fri, 2 May 2025 11:38:52 +1000 Subject: [PATCH] Fix rendering of x-attribute-type missing defaults from edit/new/langtag/update as a result of bab5a262 --- public/css/fixes.css | 5 +++++ resources/views/frames/create.blade.php | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/public/css/fixes.css b/public/css/fixes.css index b75a0b83..08bf1518 100644 --- a/public/css/fixes.css +++ b/public/css/fixes.css @@ -245,6 +245,11 @@ select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__ padding: 0.25em 0.45em; } +/* Remove the shadow outline on an opened box */ +.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection { + box-shadow: none; +} + .input-group-text { background-color: #fafafa; } diff --git a/resources/views/frames/create.blade.php b/resources/views/frames/create.blade.php index 273bd630..a4490e5f 100644 --- a/resources/views/frames/create.blade.php +++ b/resources/views/frames/create.blade.php @@ -49,10 +49,10 @@ @break @case(2) - + @foreach ($o->getVisibleAttributes() as $ao) - + @endforeach @include('fragment.dn.add_attr')