Skip to content

Commit

Permalink
Merge pull request #18 from kitconcept/hover-border
Browse files Browse the repository at this point in the history
remove borders around logos on hover
  • Loading branch information
jackahl authored Jan 22, 2024
2 parents 4bdb62d + c97bbda commit e27c879
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 @@ -73,7 +73,7 @@
}
}

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

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

0 comments on commit e27c879

Please sign in to comment.