apparently text is not red

This commit is contained in:
Bill Richardson 2026-01-19 15:11:09 -05:00
parent 6bbe778528
commit 82918194ed

View file

@ -206,6 +206,7 @@ export default {
.list-button-horizontal-content {
border-bottom-left-radius: $border-radius-list-button;
border-top-left-radius: $border-radius-list-button;
border-right-width: 0;
span {
font-size: 1rem;
@ -215,14 +216,6 @@ export default {
}
}
&.has-error {
.list-button-horizontal-content {
span {
color: #db0020;
}
}
}
&.selected {
.list-button-horizontal-content {
span {
@ -255,14 +248,6 @@ export default {
}
}
&.has-error {
.list-button-horizontal-content {
span {
color: #db0020;
}
}
}
&.selected {
.list-button-horizontal-content {
span {
@ -297,6 +282,7 @@ export default {
}
&.has-error {
border: none;
.list-button-horizontal-content {
border: 1px solid #db0020;
}