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

@@ -8,7 +8,7 @@
padding: 0 24px;
color: white;
border-radius: 8px;
background-color: #494650;
background-color: rgba(255, 255, 255, 0.05);
font-family: "Manrope", sans-serif;
font-size: 16px;
}
@@ -24,6 +24,7 @@
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
height: 1px; /* Specified height */
background: rgba(255, 255, 255, 0.3);
outline: none; /* Remove outline */
}