Skip to content

Commit

Permalink
Fix primefaces#4214: Screenreader improve hidden accessible
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Jan 2, 2025
1 parent e630a39 commit de20fe6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/core/src/base/style/BaseStyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,15 +131,19 @@ const css = ({ dt }) => `
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
opacity: 0;
overflow: hidden;
padding: 0;
pointer-events: none;
position: absolute;
white-space: nowrap;
width: 1px;
}
.p-hidden-accessible input,
.p-hidden-accessible select {
transform: scale(0);
height: 1px;
width: 1px;
}
.p-overflow-hidden {
Expand Down

0 comments on commit de20fe6

Please sign in to comment.