Fix #4214: Screenreader improve hidden accessible
parent
e630a39d50
commit
96cfc97671
|
@ -131,17 +131,15 @@ 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);
|
||||
}
|
||||
|
||||
.p-overflow-hidden {
|
||||
overflow: hidden;
|
||||
padding-right: ${dt('scrollbar.width')};
|
||||
|
|
Loading…
Reference in New Issue