Skip to content

Commit 5d082f2

Browse files
authored
hotfix for css issue introduced in #1687 (#1688)
1 parent 9fba4d2 commit 5d082f2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

static/sass/style.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3628,8 +3628,9 @@ span.highlighted {
36283628
text-align: center; }
36293629
#sponsorship_application_container form {
36303630
margin-bottom: 0; }
3631-
#sponsorship_application_container form .package_only_label {
3632-
color: #666666; }
3631+
#sponsorship_application_container form {
3632+
.package_only_label { color: #666666; }
3633+
.active { color: #3776ab; } }
36333634
#sponsorship_application_container #package_selection {
36343635
display: inline-block; }
36353636
#sponsorship_application_container #package_selection li {

static/sass/style.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2410,6 +2410,9 @@ span.highlighted {
24102410
.package_only_label {
24112411
color: $grey;
24122412
}
2413+
.active {
2414+
color: $blue;
2415+
}
24132416
}
24142417

24152418
#package_selection {

0 commit comments

Comments
 (0)