Skip to content

Commit 300e3c4

Browse files
author
filip mertens
committed
Merge branch 'aaa' of https://github.com/ethereum/remix-project into vicons
2 parents a8546eb + b979775 commit 300e3c4

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

libs/remix-ui/vertical-icons-panel/src/lib/components/Home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ interface HomeProps {
77
function Home ({ verticalIconPlugin }: HomeProps) {
88
return (
99
<div
10-
className="pl-1 mt-2 remixui_homeIcon"
10+
className="mt-3 my-1 remixui_homeIcon"
1111
onClick={async () => await verticalIconPlugin.activateHome()}
1212
{...{ plugin: 'home'}}
1313
title="Home"

libs/remix-ui/vertical-icons-panel/src/lib/remix-ui-vertical-icons-panel.css

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
height: 42px;
55
cursor: pointer;
66
}
7+
.remixui_homeIcon:hover {
8+
box-shadow: 0px 0px 14px -7px;
9+
}
10+
711
.remixui_homeIcon svg path {
812
fill: var(--primary);
913
}
@@ -16,13 +20,14 @@
1620
justify-content: space-between;
1721
align-items: center;
1822
}
23+
.remixui_icon:hover {
24+
box-shadow: 0px 0px 14px -7px;
25+
}
26+
1927
.remixui_icon {
2028
cursor: pointer;
21-
margin-bottom: 3px;
22-
position: 12px;
2329
width: 36px;
2430
height: 36px;
25-
padding: relative;
2631
border-radius: 8px;
2732
}
2833
.remixui_icon img {

0 commit comments

Comments
 (0)