Fixes on backlog options
parent
c1fa656d90
commit
11dc3b2421
|
@ -10,11 +10,11 @@
|
||||||
padding: .4rem 2.5rem;
|
padding: .4rem 2.5rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
transition: all .3s linear;
|
transition: all .2s linear;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
&:hover {
|
&:hover {
|
||||||
color: $white;
|
color: $white;
|
||||||
transition: all .3s linear;
|
transition: all .2s linear;
|
||||||
}
|
}
|
||||||
&:visited {
|
&:visited {
|
||||||
color: $white;
|
color: $white;
|
||||||
|
@ -49,6 +49,9 @@
|
||||||
color: $primary;
|
color: $primary;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
&:visited {
|
||||||
|
color: $blackish;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -4,21 +4,25 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
.backlog-table-options {
|
|
||||||
.trans-button {
|
.trans-button {
|
||||||
@extend %trans-button;
|
@extend %trans-button;
|
||||||
color: $blackish;
|
color: $blackish;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: .4rem 1.5rem;
|
padding: .4rem 1.5rem;
|
||||||
|
&.active,
|
||||||
&:hover {
|
&:hover {
|
||||||
background: $gray-light;
|
background: $gray;
|
||||||
color: $whitish;
|
color: $whitish;
|
||||||
}
|
}
|
||||||
|
&.active {
|
||||||
|
&:hover {
|
||||||
|
background: lighten($gray, 30%);
|
||||||
|
}
|
||||||
|
}
|
||||||
&.move-to-current-sprint {
|
&.move-to-current-sprint {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
.button-bulk {
|
.button-bulk {
|
||||||
margin-left: .2rem;
|
margin-left: .2rem;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue