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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user