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