Active styles bg color (#372)
* Active styles bg color * fix whitespace Co-authored-by: David Luzar <luzar.david@gmail.com>
This commit is contained in:
parent
79aee53ff6
commit
657014466c
@ -84,6 +84,13 @@ button {
|
||||
}
|
||||
}
|
||||
|
||||
.active {
|
||||
background-color: #bdbebc;
|
||||
&:hover {
|
||||
background-color: #bdbebc;
|
||||
}
|
||||
}
|
||||
|
||||
.App-menu {
|
||||
display: grid;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user