Change Menu Item Highlight color

This change the hover color for the menu item of the menu bar
previously it was blue-cyan as the selected entities which was visually annoying when we used the menu 
over a selection of entities in the list.
This hover color is now a grey tonality.
This commit is contained in:
Alezia Kurdis 2021-02-27 13:22:40 -05:00 committed by GitHub
parent 940b45ee85
commit 6565270648
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1987,12 +1987,12 @@ button.menu-button {
}
button.menu-button:hover {
background-color: #00B4EF;
background-color: #919191;
border: none;
}
button.menu-button:active {
background-color: #00B4EF;
background-color: #919191;
border: none;
}