✨ (focusable) focus and unfocus with typescript
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user