@openeuropa/bcl-theme-default 1.7.0 → 1.8.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.
@@ -16665,6 +16665,10 @@ select.multi-select {
16665
16665
  right: 0;
16666
16666
  bottom: calc(50% - 3px);
16667
16667
  }
16668
+ .ss-main.multi-select .ss-values .ss-value .ss-value-delete:focus-visible:after {
16669
+ outline: 2px solid #fff;
16670
+ outline-offset: -6px;
16671
+ }
16668
16672
  .ss-main.multi-select .ss-values .ss-disabled {
16669
16673
  padding-top: calc(0.5rem - 1px);
16670
16674
  padding-bottom: calc(0.5rem - 1px);