Set info button to 50% opacity until hover
- Changed default opacity from 0.9 to 0.5 - Button becomes fully opaque on hover - Makes button less intrusive while still discoverable
This commit is contained in:
+1
-1
@@ -2245,7 +2245,7 @@ html {
|
|||||||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
|
||||||
z-index: 99;
|
z-index: 99;
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
opacity: 0.9;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.info-button:hover {
|
.info-button:hover {
|
||||||
|
|||||||
Reference in New Issue
Block a user