Skip to content

Commit

Permalink
Merge pull request #19 from kitconcept/hover-border-2-try
Browse files Browse the repository at this point in the history
fix broken hover borders in edit mode
  • Loading branch information
jackahl authored Jan 23, 2024
2 parents 30783a2 + 6815ed4 commit 2722b1d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
1 change: 1 addition & 0 deletions news/17.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fix broken hover borders in edit mode @jackahl
13 changes: 9 additions & 4 deletions src/theme/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,16 @@
h3 {
max-width: 400px;
}
}

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

0 comments on commit 2722b1d

Please sign in to comment.