mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
fix: Show github link directly
Signed-off-by: TheYoungManLi <cjl@kubesphere.io>
This commit is contained in:
parent
26808ebc28
commit
9db852d17e
|
|
@ -69,12 +69,6 @@
|
|||
box-shadow: 0 4px 15px 0 rgba(7,42,68,.1);
|
||||
background-color: #fff;
|
||||
|
||||
&:hover {
|
||||
div {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
img {
|
||||
position: absolute;
|
||||
width: 64px;
|
||||
|
|
@ -100,7 +94,7 @@
|
|||
}
|
||||
|
||||
div {
|
||||
display: none;
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: 40px;
|
||||
|
|
|
|||
Loading…
Reference in New Issue