Skip to content

Commit

Permalink
Modernize ui-helper-hidden-accessible
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Mar 15, 2024
1 parent 0318a27 commit 50b5e28
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions themes/base/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,15 @@
}
.ui-helper-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
margin: 0;
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
white-space: nowrap;
}
.ui-helper-reset {
margin: 0;
Expand Down

0 comments on commit 50b5e28

Please sign in to comment.