mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-19 20:24:49 +01: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:
committed by
David Luzar
parent
79aee53ff6
commit
657014466c
@@ -84,6 +84,13 @@ button {
|
||||
}
|
||||
}
|
||||
|
||||
.active {
|
||||
background-color: #bdbebc;
|
||||
&:hover {
|
||||
background-color: #bdbebc;
|
||||
}
|
||||
}
|
||||
|
||||
.App-menu {
|
||||
display: grid;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user