Skip to content

Commit 40aaff2

Browse files
Merge pull request #6165 from Hacker0x01/fix/empty-global-selector-lightningcss
fix: remove empty :global selector that breaks Lightning CSS
2 parents be38873 + 6b82ecc commit 40aaff2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/stylesheets/datepicker.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
@use "variables" as *;
33
@use "mixins" as *;
44

5-
/* sr-only utility class for accessibility */
65
.react-datepicker__sr-only {
6+
// sr-only utility class for accessibility
77
position: absolute;
88
width: 1px;
99
height: 1px;

0 commit comments

Comments
 (0)