Skip to content

Commit 674445c

Browse files
authored
Update core.css
1 parent 709f7ac commit 674445c

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

themes/base/core.css

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,8 @@
1515
display: none;
1616
}
1717
.ui-helper-hidden-accessible {
18-
border: 0;
19-
padding: 0;
20-
margin: 0;
21-
position: absolute !important;
22-
height: 1px;
23-
width: 1px;
24-
overflow: hidden;
25-
clip: rect(1px, 1px, 1px, 1px);
26-
clip-path: inset(50%);
18+
pointer-events: none;
19+
opacity: 0;
2720
white-space: nowrap;
2821
}
2922
.ui-helper-reset {

0 commit comments

Comments
 (0)