From bf13a0f1f3817bd356eec973a35889cab48c8dd9 Mon Sep 17 00:00:00 2001 From: Jessica Lawshe Date: Thu, 8 Dec 2022 09:17:02 -0600 Subject: [PATCH] Merge pull request #10816 from overleaf/jel-editor-input [web] Update filename input color in new CSS GitOrigin-RevId: f045481c2335595ab9c934f6689ac310cb1903ee --- services/web/frontend/stylesheets/variables/all.less | 2 +- services/web/frontend/stylesheets/variables/themes/light.less | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/services/web/frontend/stylesheets/variables/all.less b/services/web/frontend/stylesheets/variables/all.less index 7b4fd62baa..f1c12abd52 100644 --- a/services/web/frontend/stylesheets/variables/all.less +++ b/services/web/frontend/stylesheets/variables/all.less @@ -808,7 +808,7 @@ @file-tree-item-selected-color: @file-tree-item-color; @file-tree-item-toggle-color: @neutral-40; @file-tree-item-icon-color: @neutral-40; -@file-tree-item-input-color: @neutral-80; +@file-tree-item-input-color: @input-color; @file-tree-item-folder-color: @neutral-40; @file-tree-item-hover-bg: @neutral-80; @file-tree-item-selected-bg: @green; diff --git a/services/web/frontend/stylesheets/variables/themes/light.less b/services/web/frontend/stylesheets/variables/themes/light.less index 0e2d50a843..6a36a479a7 100644 --- a/services/web/frontend/stylesheets/variables/themes/light.less +++ b/services/web/frontend/stylesheets/variables/themes/light.less @@ -25,7 +25,6 @@ @file-tree-item-color: @neutral-70; @file-tree-item-focus-color: @file-tree-item-color; @file-tree-item-selected-color: #fff; -@file-tree-item-input-color: @neutral-40; @file-tree-item-toggle-color: @neutral-40; @file-tree-item-icon-color: @neutral-40; @file-tree-item-folder-color: @neutral-40;