@openeuropa/bcl-theme-joinup 1.6.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.
@@ -148,7 +148,7 @@ hr {
148
148
  opacity: 0.25;
149
149
  }
150
150
 
151
- h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
151
+ .bcl-language-list-modal .modal-title, h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
152
152
  margin-top: 0;
153
153
  margin-bottom: 0.5rem;
154
154
  font-weight: 700;
@@ -15160,6 +15160,9 @@ em.placeholder {
15160
15160
  .bcl-language-list-modal .btn-close {
15161
15161
  opacity: 1;
15162
15162
  }
15163
+ .bcl-language-list-modal .modal-title {
15164
+ font-size: 1rem;
15165
+ }
15163
15166
  .bcl-language-list-modal.bcl-language-list-modal--ec .modal-body, .bcl-language-list-modal.bcl-language-list-modal--eu .modal-body {
15164
15167
  padding-top: 0.5rem;
15165
15168
  overflow: visible;
@@ -15174,7 +15177,7 @@ em.placeholder {
15174
15177
  .bcl-language-list-modal.bcl-language-list-modal--eu .modal-dialog {
15175
15178
  background: #fff;
15176
15179
  }
15177
- .bcl-language-list-modal.bcl-language-list-modal--eu h5, .bcl-language-list-modal.bcl-language-list-modal--eu .h5 {
15180
+ .bcl-language-list-modal.bcl-language-list-modal--eu .modal-title {
15178
15181
  color: #0e47cb;
15179
15182
  }
15180
15183
  .bcl-language-list-modal.bcl-language-list-modal--eu svg {
@@ -15190,7 +15193,7 @@ em.placeholder {
15190
15193
  .bcl-language-list-modal.bcl-language-list-modal--ec .modal-content {
15191
15194
  background: #034da1;
15192
15195
  }
15193
- .bcl-language-list-modal.bcl-language-list-modal--ec h5, .bcl-language-list-modal.bcl-language-list-modal--ec .h5 {
15196
+ .bcl-language-list-modal.bcl-language-list-modal--ec .modal-title {
15194
15197
  color: #fff;
15195
15198
  }
15196
15199
  .bcl-language-list-modal.bcl-language-list-modal--ec svg {
@@ -16384,6 +16387,10 @@ select.multi-select {
16384
16387
  right: 0;
16385
16388
  bottom: calc(50% - 3px);
16386
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
+ }
16387
16394
  .ss-main.multi-select .ss-values .ss-disabled {
16388
16395
  padding-top: calc(0.5rem - 1px);
16389
16396
  padding-bottom: calc(0.5rem - 1px);
@@ -16402,6 +16409,9 @@ select.multi-select {
16402
16409
  -ms-grid-row-align: center;
16403
16410
  align-self: center;
16404
16411
  }
16412
+ .ss-main.multi-select .ss-multi-selected .ss-values .ss-disabled {
16413
+ color: #6c757d;
16414
+ }
16405
16415
 
16406
16416
  .ss-main.multi-select.is-invalid .ss-multi-selected,
16407
16417
  .ss-main.multi-select.is-valid .ss-multi-selected,