Fixes on backlog options
parent
c1fa656d90
commit
11dc3b2421
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -4,21 +4,25 @@
|
|||
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;
|
||||
&.active,
|
||||
&:hover {
|
||||
background: $gray-light;
|
||||
background: $gray;
|
||||
color: $whitish;
|
||||
}
|
||||
&.active {
|
||||
&:hover {
|
||||
background: lighten($gray, 30%);
|
||||
}
|
||||
}
|
||||
&.move-to-current-sprint {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
.button-bulk {
|
||||
margin-left: .2rem;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue