Skip to content

Commit

Permalink
Add class sr-only
Browse files Browse the repository at this point in the history
  • Loading branch information
Nix committed Feb 24, 2024
1 parent 22d8c1c commit 1813f9d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions wwwroot/css/tablerForNet.css
Original file line number Diff line number Diff line change
Expand Up @@ -28549,3 +28549,14 @@ Antialiasing
right: .5rem;
z-index: 1;
}

.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
2 changes: 1 addition & 1 deletion wwwroot/css/tablerForNet.min.css

Large diffs are not rendered by default.

0 comments on commit 1813f9d

Please sign in to comment.