Skip to content

Commit

Permalink
Merge branch '4.10.0' into bug/26825-filter-by-value-in-document-deta…
Browse files Browse the repository at this point in the history
…ils-doesnt-appears-in-safari
  • Loading branch information
yenienserrano authored Nov 14, 2024
2 parents f251237 + d361538 commit e51f116
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 e51f116

Please sign in to comment.