apparently text is not red
This commit is contained in:
parent
6bbe778528
commit
82918194ed
1 changed files with 2 additions and 16 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue