Skip to content

Commit

Permalink
fix broken hover borders in edit mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jackahl committed Jan 22, 2024
1 parent 1e7bc29 commit 6815ed4
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 @@ -105,11 +105,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 6815ed4

Please sign in to comment.