IconGrid: adjust grid item and info panel hover/active states

This is now in compliance with the spec, using a single color with
opacity to render open/hovered/active GridItems and InfoPanels. We also
properly show background on open GridItems.
This commit is contained in:
rektdeckard
2020-08-03 18:22:41 -04:00
parent 7636a1f85e
commit 6b868aa59b
6 changed files with 21 additions and 27 deletions

View File

@@ -22,7 +22,7 @@
padding: 0 24px !important;
color: white;
border-radius: 8px !important;
background-color: #494650;
background-color: rgba(255, 255, 255, 0.05);
font-size: 16px;
border: none !important;
}