Skip to content

Commit c97bbda

Browse files
committed
remove borders around logos on hover
1 parent 39e4a26 commit c97bbda

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

news/17.bugfix

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
remove borders around logos on hover @jakckahl

src/theme/main.less

+8-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
}
100100
}
101101

102-
.logo-block {
102+
.block.logo-block {
103103
display: flex;
104104
flex-direction: column;
105105
align-items: center;
@@ -131,4 +131,11 @@
131131
h3 {
132132
max-width: 400px;
133133
}
134+
135+
&,
136+
.block {
137+
&:hover::before {
138+
border: none;
139+
}
140+
}
134141
}

0 commit comments

Comments
 (0)