We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b31615 commit 15c3332Copy full SHA for 15c3332
packages/vaadin-lumo-styles/src/components/select.css
@@ -57,4 +57,17 @@
57
--_lumo-selected-item-height: var(--lumo-size-s);
58
--_lumo-selected-item-padding: 0;
59
}
60
+
61
+ .sr-only {
62
+ border: 0 !important;
63
+ clip: rect(1px, 1px, 1px, 1px) !important;
64
+ clip-path: inset(50%) !important;
65
+ height: 1px !important;
66
+ margin: -1px !important;
67
+ overflow: hidden !important;
68
+ padding: 0 !important;
69
+ position: absolute !important;
70
+ width: 1px !important;
71
+ white-space: nowrap !important;
72
+ }
73
0 commit comments