Skip to content

Commit

Permalink
remove borders around logos on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
jackahl committed Jan 22, 2024
1 parent 39e4a26 commit c97bbda
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions news/17.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
remove borders around logos on hover @jakckahl
9 changes: 8 additions & 1 deletion src/theme/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
}
}

.logo-block {
.block.logo-block {
display: flex;
flex-direction: column;
align-items: center;
Expand Down Expand Up @@ -131,4 +131,11 @@
h3 {
max-width: 400px;
}

&,
.block {
&:hover::before {
border: none;
}
}
}

0 comments on commit c97bbda

Please sign in to comment.