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 {
|
.list-button-horizontal-content {
|
||||||
border-bottom-left-radius: $border-radius-list-button;
|
border-bottom-left-radius: $border-radius-list-button;
|
||||||
border-top-left-radius: $border-radius-list-button;
|
border-top-left-radius: $border-radius-list-button;
|
||||||
|
border-right-width: 0;
|
||||||
|
|
||||||
span {
|
span {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
|
|
@ -215,14 +216,6 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.has-error {
|
|
||||||
.list-button-horizontal-content {
|
|
||||||
span {
|
|
||||||
color: #db0020;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
&.selected {
|
&.selected {
|
||||||
.list-button-horizontal-content {
|
.list-button-horizontal-content {
|
||||||
span {
|
span {
|
||||||
|
|
@ -255,14 +248,6 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.has-error {
|
|
||||||
.list-button-horizontal-content {
|
|
||||||
span {
|
|
||||||
color: #db0020;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
&.selected {
|
&.selected {
|
||||||
.list-button-horizontal-content {
|
.list-button-horizontal-content {
|
||||||
span {
|
span {
|
||||||
|
|
@ -297,6 +282,7 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
&.has-error {
|
&.has-error {
|
||||||
|
border: none;
|
||||||
.list-button-horizontal-content {
|
.list-button-horizontal-content {
|
||||||
border: 1px solid #db0020;
|
border: 1px solid #db0020;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue