use hidden attr instead of display:none

This commit is contained in:
Rhiannon Morris 2020-08-04 21:10:50 +02:00
parent 07d71de471
commit 7de35a098f
2 changed files with 1 additions and 9 deletions

View file

@ -107,10 +107,6 @@ body {
background: hsl(340, 45%, 65%);
}
.item.hidden {
display: none;
}
.item:focus-within {
box-shadow: var(--focus-box);
}