diff --git a/app/components/place-photos-carousel.gjs b/app/components/place-photos-carousel.gjs index 942ee05..0599739 100644 --- a/app/components/place-photos-carousel.gjs +++ b/app/components/place-photos-carousel.gjs @@ -135,7 +135,7 @@ export default class PlacePhotosCarousel extends Component { disabled={{this.cannotScrollLeft}} aria-label="Previous photo" > - + {{/if}} diff --git a/app/styles/app.css b/app/styles/app.css index f5db7a4..0bd70aa 100644 --- a/app/styles/app.css +++ b/app/styles/app.css @@ -950,11 +950,11 @@ abbr[title] { padding: 0; } -.place-photos-carousel-wrapper:hover .carousel-nav-btn { +.place-photos-carousel-wrapper:hover .carousel-nav-btn:not(.disabled) { opacity: 1; } -.carousel-nav-btn:hover { +.carousel-nav-btn:not(.disabled):hover { background: rgb(0 0 0 / 80%); }