From 3433b8ba904f7039eef2ea2e79f41ca8566458f1 Mon Sep 17 00:00:00 2001 From: David <33458145+davidmcpowell@users.noreply.github.com> Date: Tue, 10 Dec 2024 10:53:36 +0000 Subject: [PATCH] Add border to review panel (#22407) GitOrigin-RevId: 8b5f683500056c31055597fd85dcb492960a5f6f --- .../web/frontend/stylesheets/app/editor/review-panel-new.less | 2 +- .../stylesheets/bootstrap-5/pages/editor/review-panel-new.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 42a6e04926..f7602b2067 100644 --- a/services/web/frontend/stylesheets/app/editor/review-panel-new.less +++ b/services/web/frontend/stylesheets/app/editor/review-panel-new.less @@ -11,7 +11,7 @@ z-index: 6; flex-shrink: 0; background-color: @neutral-10; - border-left: solid 0 @neutral-20; + border-left: 1px solid @neutral-20; color: @content-primary; font-family: @font-family-base; line-height: @line-height-base; 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 ecc54c1aaa..db0d6d1a9c 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 @@ -11,7 +11,7 @@ z-index: 6; flex-shrink: 0; background-color: var(--neutral-10); - border-left: solid 0 var(--neutral-20); + border-left: 1px solid var(--border-divider); color: var(--content-primary); font-family: $font-family-base; line-height: $line-height-base;