Merge pull request #302621 from microsoft/rebornix/continuous-heron

fix: update hover selector for navigation arrows in image carousel
This commit is contained in:
Peng Lyu
2026-03-17 18:46:33 -07:00
committed by GitHub

View File

@@ -86,7 +86,7 @@
.monaco-workbench.monaco-reduce-motion .image-carousel-editor .nav-arrow {
transition: none;
}
.image-carousel-editor .image-area:hover .nav-arrow:not(:disabled) {
.image-carousel-editor .slideshow-container:hover .nav-arrow:not(:disabled) {
opacity: 0.8;
}