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