Fixes on backlog options

stable
Xavier Julián 2015-10-05 14:42:07 +02:00 committed by Alejandro Alonso
parent c1fa656d90
commit 11dc3b2421
2 changed files with 20 additions and 13 deletions

View File

@ -10,11 +10,11 @@
padding: .4rem 2.5rem;
text-align: center;
text-transform: uppercase;
transition: all .3s linear;
transition: all .2s linear;
vertical-align: middle;
&:hover {
color: $white;
transition: all .3s linear;
transition: all .2s linear;
}
&:visited {
color: $white;
@ -49,6 +49,9 @@
color: $primary;
}
}
&:visited {
color: $blackish;
}
}

View File

@ -4,20 +4,24 @@
display: flex;
justify-content: space-between;
margin-bottom: 1rem;
.backlog-table-options {
.trans-button {
@extend %trans-button;
color: $blackish;
display: inline-block;
padding: .4rem 1.5rem;
.trans-button {
@extend %trans-button;
color: $blackish;
display: inline-block;
padding: .4rem 1.5rem;
&.active,
&:hover {
background: $gray;
color: $whitish;
}
&.active {
&:hover {
background: $gray-light;
color: $whitish;
}
&.move-to-current-sprint {
display: none;
background: lighten($gray, 30%);
}
}
&.move-to-current-sprint {
display: none;
}
}
.button-bulk {
margin-left: .2rem;