diff --git a/services/web/frontend/stylesheets/app/editor/review-panel-new.less b/services/web/frontend/stylesheets/app/editor/review-panel-new.less index 6387c6a327..5340032699 100644 --- a/services/web/frontend/stylesheets/app/editor/review-panel-new.less +++ b/services/web/frontend/stylesheets/app/editor/review-panel-new.less @@ -591,6 +591,12 @@ width: 100%; } + .review-panel-entry:hover, + .review-panel-entry-focused, + .review-panel-entry-highlighted { + box-shadow: none; + } + .review-panel-entry-indicator { position: absolute; left: 0; diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/editor/review-panel-new.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/editor/review-panel-new.scss index 6d1fb6b4ad..270a1af9d3 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/editor/review-panel-new.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/editor/review-panel-new.scss @@ -622,6 +622,12 @@ .review-panel-footer { display: none; } + + .review-panel-entry:hover, + .review-panel-entry-focused, + .review-panel-entry-highlighted { + box-shadow: none; + } } }