vault backup: 2022-11-25 13:18:18

This commit is contained in:
2022-11-25 13:18:18 +01:00
parent 7f18165d32
commit b073a34c47
29 changed files with 15795 additions and 19425 deletions

View File

@@ -128,17 +128,16 @@
/** Hide linter element css
* Based on https://zellwk.com/blog/hide-content-accessibly/
*/
.linter-navigation-item:not(.linter-navigation-item-selected) > span:nth-child(2),
.linter-visually-hidden {
border: 0;
clip: rect(0 0 0 0);
clip-path: rect(0 0 0 0);
height: auto; /* new - was 1px */
margin: 0; /* new - was -1px */
height: auto;
margin: 0;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
white-space: nowrap; /* 1 */
white-space: nowrap;
}