Skip to content

Commit

Permalink
✨ Set background-blend-mode to multiply
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidZhang73 committed Jan 13, 2024
1 parent d4e066b commit afd25ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/annotation/KeyframePanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,7 @@ const { rangeStyle } = frameIndicator()
background-position: var(--marker-bg-position);
background-size: var(--marker-bg-size);
background-repeat: no-repeat;
background-blend-mode: multiply;
}
.hide-left-marker .q-slider__thumb:nth-child(3) .q-slider__pin {
Expand Down

0 comments on commit afd25ae

Please sign in to comment.