fix: sometimes entering default state would not highlight initial state marker

This commit is contained in:
Joeri Exelmans 2025-10-19 12:30:55 +02:00
parent 22fbe70a60
commit 373e26dc1b
5 changed files with 44 additions and 28 deletions

View file

@ -1,8 +1,9 @@
details.active {
/* background-color: rgba(128, 72, 0, 0.855);
color: white; */
box-shadow: rgba(128, 72, 0, 0.856) 0 0 8;
border: rgb(192, 125, 0);
background-color:rgb(255, 251, 244);
filter: drop-shadow( 0px 0px 3px rgba(192, 125, 0, 0.856));
}
details {
@ -11,6 +12,8 @@ details {
background-color: white;
margin-bottom: 4px;
padding-right: 2px;
padding-top: 2px;
padding-bottom: 2px;
color: black;
width: fit-content;
border-radius: 10px;