Skip to content

Commit

Permalink
Fix wrong color of buttons in dark mode (#7153)
Browse files Browse the repository at this point in the history
* Fix styles issue

* Restore styles to original location
  • Loading branch information
Tostti authored Nov 14, 2024
1 parent 3186b3a commit d361538
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 d361538

Please sign in to comment.