guestbell-forms 2.0.300 → 2.0.301

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1332,7 +1332,7 @@
1332
1332
  display: block;
1333
1333
  border: none; }
1334
1334
  .input__base.checkbox-input.validation__error {
1335
- border: none; }
1335
+ border: none !important; }
1336
1336
  .input__base.checkbox-input.checkbox-input--with-label input {
1337
1337
  margin-right: 0.5rem; }
1338
1338
  .input__base.checkbox-input .checkbox-input__label {
@@ -1388,12 +1388,15 @@
1388
1388
  background: #fff;
1389
1389
  border-radius: 2px;
1390
1390
  border: 2px solid #eeeeee;
1391
- cursor: pointer; }
1391
+ cursor: pointer;
1392
+ transition: 0.5s ease border-color; }
1392
1393
  .input__base.checkbox-input input:focus:after {
1393
1394
  outline: 0; }
1394
1395
  .input__base.checkbox-input input:focus-visible:after {
1395
1396
  outline: 1px dotted;
1396
1397
  outline: 5px auto -webkit-focus-ring-color; }
1398
+ .input__base.checkbox-input.validation__error input:after {
1399
+ border: 2px solid #ffbbbb; }
1397
1400
  .input__base.checkbox-input label {
1398
1401
  top: 0;
1399
1402
  -webkit-user-select: none;