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 {
|
||||
background: $grey-90;
|
||||
color: $grey-00;
|
||||
color: $grey-10;
|
||||
}
|
||||
|
||||
& input {
|
||||
display: none;
|
||||
|
||||
&:checked + label {
|
||||
background: $blue;
|
||||
color: white;
|
||||
background: $grey-90;
|
||||
color: $grey-00;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue