Fix no difference between hover and selected in lightbox
parent
f8acb6db4a
commit
0d4bee68a9
|
@ -58,7 +58,7 @@
|
||||||
.iocaine {
|
.iocaine {
|
||||||
&:hover {
|
&:hover {
|
||||||
background: $fresh-taiga;
|
background: $fresh-taiga;
|
||||||
border: 1px solid $fresh-taiga;
|
border: 1px solid $green-taiga;
|
||||||
color: $white;
|
color: $white;
|
||||||
transition: all .2s ease-in;
|
transition: all .2s ease-in;
|
||||||
}
|
}
|
||||||
|
@ -68,7 +68,7 @@
|
||||||
padding: 8px 30px;
|
padding: 8px 30px;
|
||||||
&:hover {
|
&:hover {
|
||||||
background: $red-light;
|
background: $red-light;
|
||||||
border: 1px solid $red-light;
|
border: 1px solid $red;
|
||||||
color: $white;
|
color: $white;
|
||||||
transition: all .2s ease-in;
|
transition: all .2s ease-in;
|
||||||
}
|
}
|
||||||
|
@ -79,14 +79,17 @@
|
||||||
.team-requirement,
|
.team-requirement,
|
||||||
.iocaine-flag {
|
.iocaine-flag {
|
||||||
input:checked+label {
|
input:checked+label {
|
||||||
background: $fresh-taiga;
|
background: $green-taiga;
|
||||||
|
border: 1px solid $green-taiga;
|
||||||
color: $white;
|
color: $white;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.blocking-flag {
|
.blocking-flag {
|
||||||
input:checked+label {
|
input:checked+label {
|
||||||
background: $red;
|
background: $red;
|
||||||
|
border: 1px solid $red;
|
||||||
color: $white;
|
color: $white;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue