From fefd21539114bd2e9d20b5c8e22eb7e83d01ae70 Mon Sep 17 00:00:00 2001 From: daria <95225431+dariiing@users.noreply.github.com> Date: Mon, 25 Aug 2025 13:52:46 +0300 Subject: [PATCH] update drive tree icons --- customize.dist/src/less2/include/drive.less | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/customize.dist/src/less2/include/drive.less b/customize.dist/src/less2/include/drive.less index 7283832f2..c24e15382 100644 --- a/customize.dist/src/less2/include/drive.less +++ b/customize.dist/src/less2/include/drive.less @@ -401,23 +401,8 @@ .cp-limit-container { margin-top: 5px; } - .fa.cp-app-drive-icon-expcol { - margin-left: -10px; - font-size: 14px; - position: absolute; - left: -17px; - top: 11px; - width: 11px !important; - height: 11px !important; - background-color: @cp_sidebar-left-item-bg; - padding: 0; - margin: 0; - z-index: 10; - cursor: default; - &:before { - position: relative; - top: -1px; - } + .cp-app-drive-icon-expcol { + display: inline-flex; &:focus-visible { outline: @variables_focus_style; border-radius: @variables_radius_S;