Add hover state
This commit is contained in:
parent
1f4d19d2d2
commit
68bc0d2b43
1 changed files with 2 additions and 2 deletions
|
|
@ -11,8 +11,8 @@
|
|||
display: none;
|
||||
}
|
||||
|
||||
.Segment > input + label {
|
||||
|
||||
.Segment:hover > label {
|
||||
background: #e0e0e0;
|
||||
}
|
||||
|
||||
.Segment > input:checked + label {
|
||||
|
|
|
|||
Loading…
Reference in a new issue