@bpmn-io/form-js-viewer 1.3.2 → 1.4.0

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.
@@ -414,6 +414,15 @@
414
414
  justify-content: center;
415
415
  }
416
416
 
417
+ .fjs-container hr {
418
+ border: none;
419
+ border-top: solid 2px var(--color-borders-group);
420
+ }
421
+
422
+ .fjs-container .fjs-form-field-separator hr {
423
+ margin: 7px 2px;
424
+ }
425
+
417
426
  .fjs-container .fjs-input[type=text],
418
427
  .fjs-container .fjs-input[type=email],
419
428
  .fjs-container .fjs-input[type=tel],
@@ -804,6 +813,26 @@
804
813
  background-color: var(--color-background);
805
814
  }
806
815
 
816
+ .fjs-container .fjs-taglist-skip-link {
817
+ outline: none;
818
+ border: none;
819
+ background-color: transparent;
820
+ color: transparent;
821
+ height: 0px;
822
+ width: 0px;
823
+ position: absolute;
824
+ left: -100px;
825
+ }
826
+
827
+ .fjs-container .fjs-taglist-skip-link:focus {
828
+ position: relative;
829
+ height: auto;
830
+ width: auto;
831
+ border: solid 1px var(--color-accent);
832
+ color: var(--color-accent);
833
+ left: 0;
834
+ }
835
+
807
836
  .fjs-container .fjs-taglist .fjs-taglist-tag {
808
837
  display: flex;
809
838
  overflow: hidden;