implemented selector for document state

This commit is contained in:
2025-07-10 20:38:13 +02:00
parent b52ace49db
commit 48dfabaaf3
8 changed files with 76 additions and 19 deletions

View File

@@ -49,4 +49,11 @@ fieldset[tabindex="0"]{
fieldset[tabindex="0"]:focus-within{
max-height: unset;
}
.left{
float: left;
}
.clear{
clear: both;
}