Skip to content

Commit 85da628

Browse files
committed
fix(#8217): move active styles to [open] selector since active class is never set
1 parent 3343186 commit 85da628

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

webapp/src/css/enketo/medic.less

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,11 @@
6363
}
6464
}
6565

66-
&.active {
67-
color: @gray-ultra-dark;
68-
font-style: normal;
69-
}
7066
&[open] {
7167
padding-left: 10px;
7268
border-left: 2px solid @gray-light;
69+
color: @gray-ultra-dark;
70+
font-style: normal;
7371
summary {
7472
margin-left: -12px;
7573
}

0 commit comments

Comments
 (0)