enabled button css fix

This commit is contained in:
ntr 2019-10-25 14:41:41 +11:00
parent 15ef79f2a1
commit f87db71ac1

View File

@ -85,6 +85,17 @@ aside {
transition-property: color, background;
transition-duration: 0.25s;
transition-timing-function: ease;
&:enabled {
color: forestgreen;
border-color: forestgreen;
&:hover {
background: forestgreen;
color: black;
border-color: forestgreen;
}
}
}
.team-page-ctrl {