Skip to content

Commit

Permalink
Show correct hover feedback when dragging
Browse files Browse the repository at this point in the history
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
  • Loading branch information
raimund-schluessler committed Dec 20, 2021
1 parent fdb97cb commit a9b0676
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/Breadcrumb/Breadcrumb.vue
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,11 @@ export default {
opacity: .7;
}
&--hovered > a {
background-color: var(--color-background-dark);
opacity: .7;
}
> a {
&:hover,
&:focus {
Expand Down

0 comments on commit a9b0676

Please sign in to comment.