[start page] fix bug 63432

This commit is contained in:
maxkadushkin
2023-09-14 00:38:38 +03:00
parent 202fe98a09
commit 6f994fd59c

View File

@ -368,6 +368,10 @@ input[type="radio"] {
color: @text-normal-pressed;
background-color: @highlight-button-hover;
}
& small {
color: @text-secondary;
}
}
> .active > a {
@ -378,6 +382,10 @@ input[type="radio"] {
background-color: @highlight-button-pressed;
color: @text-normal-pressed;
}
& small.text-muted {
color: @text-secondary !important;
}
}
> .disabled > a {