Update default style for PartySegmentedControl
This commit is contained in:
parent
2277a1eff9
commit
9f6cd27bce
1 changed files with 3 additions and 3 deletions
|
|
@ -7,15 +7,15 @@
|
||||||
|
|
||||||
&:hover label {
|
&:hover label {
|
||||||
background: $grey-90;
|
background: $grey-90;
|
||||||
color: $grey-00;
|
color: $grey-10;
|
||||||
}
|
}
|
||||||
|
|
||||||
& input {
|
& input {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
||||||
&:checked + label {
|
&:checked + label {
|
||||||
background: $blue;
|
background: $grey-90;
|
||||||
color: white;
|
color: $grey-00;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue