mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 11:01:56 +02:00
Add border to review panel (#22407)
GitOrigin-RevId: 8b5f683500056c31055597fd85dcb492960a5f6f
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user