Skip to content

Commit 1343c3a

Browse files
authored
Merge pull request #1795 from milvus-io/mark-1717
update footer style
2 parents a76c77f + 84b8cbe commit 1343c3a

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

src/components/socialMedias/index.module.less

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
@import (reference) '../../styles/global.module.less';
2+
13
.iconWrapper {
24
display: flex;
35
align-content: center;
@@ -24,4 +26,10 @@ a.iconButton {
2426
width: 100%;
2527
height: 100%;
2628
}
29+
30+
&:hover {
31+
svg rect {
32+
stroke: @color-black2;
33+
}
34+
}
2735
}

src/components/subscribe/index.module.less

+9
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,15 @@
4545
padding: 8px 16px;
4646
background-color: #fff;
4747

48+
&:hover {
49+
border-color: @color-black2;
50+
}
51+
52+
&:focus {
53+
outline: none;
54+
border-color: @color-black1;
55+
}
56+
4857
&:focus-within {
4958
border-color: #000;
5059
}

0 commit comments

Comments
 (0)