@openeuropa/bcl-theme-joinup 0.3981.202507250900 → 0.4020.202507130100
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.
package/css/oe-bcl-joinup.css
CHANGED
|
@@ -19538,6 +19538,19 @@ select.multi-select {
|
|
|
19538
19538
|
background-color: var(--ss-highlight-color);
|
|
19539
19539
|
}
|
|
19540
19540
|
|
|
19541
|
+
.ss-sr-only {
|
|
19542
|
+
position: absolute;
|
|
19543
|
+
width: 1px;
|
|
19544
|
+
height: 1px;
|
|
19545
|
+
margin: -1px;
|
|
19546
|
+
padding: 0;
|
|
19547
|
+
border: 0;
|
|
19548
|
+
clip: rect(0, 0, 0, 0);
|
|
19549
|
+
-webkit-clip-path: inset(50%);
|
|
19550
|
+
clip-path: inset(50%);
|
|
19551
|
+
overflow: hidden;
|
|
19552
|
+
}
|
|
19553
|
+
|
|
19541
19554
|
.ss-main.multi-select.is-invalid,
|
|
19542
19555
|
.was-validated .multi-select:invalid + .ss-main.multi-select {
|
|
19543
19556
|
border-color: #eb3434;
|