💄 Added visually-hidden class

This commit is contained in:
Maxim Lebedev 2023-12-13 18:16:42 +06:00
parent 1960ca5c1a
commit df954d50fb
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5
1 changed files with 11 additions and 0 deletions

View File

@ -151,6 +151,17 @@ button[disabled] svg {
justify-content: var(--_justify);
}
/* Blocks */
.visually-hidden {
clip-path: inset(100%);
clip: rect(0 0 0 0);
height: 1px;
overflow: hidden;
position: absolute;
white-space: nowrap;
width: 1px;
}
/* Utilities */
.list-style-type\:none {
list-style-type: none;