(focusable) focus and unfocus with typescript

This commit is contained in:
Julien Calixte
2023-07-08 23:58:39 +02:00
parent 8aaf4f5d7a
commit e67541a64b
3 changed files with 24 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
:root {
--background-color: #b2f1ad;
--background-color-no-focus: #b2f1ad80;
--background-color-no-focus: #f4f9f3;
}
* {
@@ -42,6 +42,10 @@ li {
background-color: var(--background-color);
}
.focusable.no-focus {
background-color: var(--background-color-no-focus);
}
.customer-satisfaction-roof {
display: flex;
flex-direction: column;