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 { .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;
} }
} }