Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 96aecf8

Browse files
committed
client: Match original size icon slightly
1 parent deb2f38 commit 96aecf8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/public/app/widgets/buttons/global_menu.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,17 @@ const TPL = `
1919
width: 100%;
2020
height: 100%;
2121
position: relative;
22+
padding: 6px;
2223
}
2324
2425
.global-menu-button > svg path {
2526
fill: var(--launcher-pane-text-color);
2627
}
2728
2829
.global-menu-button:hover { border: 0; }
30+
.global-menu-button:hover > svg path {
31+
transition: 200ms ease-in-out fill;
32+
}
2933
.global-menu-button:hover > svg path.st0 { fill:#95C980; }
3034
.global-menu-button:hover > svg path.st1 { fill:#72B755; }
3135
.global-menu-button:hover > svg path.st2 { fill:#4FA52B; }

0 commit comments

Comments
 (0)