From f9a01681e32c6248ffc48b13a46faa633917f98f Mon Sep 17 00:00:00 2001
From: Justin Toupin <justin@atendesigngroup.com>
Date: Fri, 11 Mar 2022 08:57:14 -0700
Subject: [PATCH] Selector was specific to the Claro theme -- fixed to work
 more broadly with other themes

---
 css/layout-select.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/css/layout-select.css b/css/layout-select.css
index ae8a108..d84ddeb 100644
--- a/css/layout-select.css
+++ b/css/layout-select.css
@@ -7,12 +7,12 @@
   flex: 0 1 150px;
   margin-right: 10px;
 }
-.layout-select__item .form-item__label.option {
+.layout-select__item label.option {
   display: flex;
   padding: 10px;
   outline: 1px solid #ccc;
 }
-.layout-select__item input:checked + label.form-item__label {
+.layout-select__item input:checked + label.option {
   outline: 2px solid blue;
   transition: .1s all;
   font-weight: bold;
-- 
GitLab