enabled button css fix
This commit is contained in:
parent
15ef79f2a1
commit
f87db71ac1
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user