client: Match original size icon slightly

This commit is contained in:
Elian Doran 2024-08-03 21:40:07 +03:00
parent deb2f389df
commit 96aecf8544
No known key found for this signature in database

View File

@ -19,6 +19,7 @@ const TPL = `
width: 100%; width: 100%;
height: 100%; height: 100%;
position: relative; position: relative;
padding: 6px;
} }
.global-menu-button > svg path { .global-menu-button > svg path {
@ -26,6 +27,9 @@ const TPL = `
} }
.global-menu-button:hover { border: 0; } .global-menu-button:hover { border: 0; }
.global-menu-button:hover > svg path {
transition: 200ms ease-in-out fill;
}
.global-menu-button:hover > svg path.st0 { fill:#95C980; } .global-menu-button:hover > svg path.st0 { fill:#95C980; }
.global-menu-button:hover > svg path.st1 { fill:#72B755; } .global-menu-button:hover > svg path.st1 { fill:#72B755; }
.global-menu-button:hover > svg path.st2 { fill:#4FA52B; } .global-menu-button:hover > svg path.st2 { fill:#4FA52B; }