Skip to content

Commit

Permalink
inactive slide opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
basher committed Mar 26, 2024
1 parent 1d08ed8 commit cddf6b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/src/stylesheets/components/_slider.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,12 @@ Dependencies.
&.is-js-enabled {
.slider__slide {
filter: grayscale(60%);
opacity: 0.8;
}

.is-visible {
filter: grayscale(0);
opacity: 1;
}

// Identify current slide (when using PREV|NEXT buttons).
Expand Down

0 comments on commit cddf6b1

Please sign in to comment.