mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
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
1 changed files with 7 additions and 0 deletions
|
@ -84,6 +84,13 @@ button {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.active {
|
||||||
|
background-color: #bdbebc;
|
||||||
|
&:hover {
|
||||||
|
background-color: #bdbebc;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.App-menu {
|
.App-menu {
|
||||||
display: grid;
|
display: grid;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue