Skip to content

Commit

Permalink
Merge branch '4.10.0' into bug/7148-fix-endpoint-group-module-name-an…
Browse files Browse the repository at this point in the history
…d-indexer-management-order
  • Loading branch information
chantal-kelm authored Nov 14, 2024
2 parents 281e293 + d361538 commit 457b2b3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions plugins/main/public/styles/theme/dark/index.dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -452,3 +452,15 @@ svg .legend text {
0 3px 2px -2px rgba(0, 0, 0, 0.2), inset 0 0 0 1px #424752 !important;
}
}

/* wzDocViewer buttons */

tr:hover {
.wzDocViewer__buttons::before {
background-image: linear-gradient(
to right,
transparent 0,
#1d1e24 4px
) !important;
}
}

0 comments on commit 457b2b3

Please sign in to comment.