@openeuropa/bcl-theme-joinup 1.7.0 → 1.8.2

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.
@@ -16387,6 +16387,10 @@ select.multi-select {
16387
16387
  right: 0;
16388
16388
  bottom: calc(50% - 3px);
16389
16389
  }
16390
+ .ss-main.multi-select .ss-values .ss-value .ss-value-delete:focus-visible:after {
16391
+ outline: 2px solid #fff;
16392
+ outline-offset: -6px;
16393
+ }
16390
16394
  .ss-main.multi-select .ss-values .ss-disabled {
16391
16395
  padding-top: calc(0.5rem - 1px);
16392
16396
  padding-bottom: calc(0.5rem - 1px);