Refactor hover in sprint button

stable
Álex Hermida 2018-08-08 09:11:40 +02:00 committed by Alex Hermida
parent 7ffa2ee292
commit dc2cbaf888
1 changed files with 6 additions and 2 deletions

View File

@ -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;
}
}