Refactor hover in sprint button
parent
7ffa2ee292
commit
dc2cbaf888
|
@ -203,11 +203,15 @@
|
||||||
|
|
||||||
.assign-issue-button {
|
.assign-issue-button {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
background: $yellow-green;
|
||||||
|
}
|
||||||
&.is-active {
|
&.is-active {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
&:hover {
|
&.button-set:hover {
|
||||||
background: $yellow-green;
|
background: $red-light;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue