Deleting a token

This commit is contained in:
Dmitry-Ilyushechkin
2025-10-28 14:19:14 +03:00
parent fa3bfbfccc
commit 472db1cd79
7 changed files with 0 additions and 8 deletions

View File

@ -29,7 +29,6 @@
--border-divider: #dfdfdf;
--border-regular-control: #c0c0c0;
--border-control-focus: #848484;
--border-error: #f62211;
--border-sidebar: #f7f7f7;
--border-sidebar-item: transparent;
--border-sidebar-icon: #cbcbcb;
@ -92,7 +91,6 @@
@border-divider: var(--border-divider);
@border-regular-control: var(--border-regular-control);
@border-control-focus: var(--border-control-focus);
@border-error: var(--border-error);
@border-sidebar: var(--border-sidebar);
@border-sidebar-item: var(--border-sidebar-item);
@border-sidebar-icon: var(--border-sidebar-icon, transparent);

View File

@ -24,7 +24,6 @@
--border-divider: #cbcbcb;
--border-regular-control: #cfcfcf;
--border-control-focus: #848484;
--border-error: #d9534f;
--text-normal: #444;
--text-normal-pressed: #444;

View File

@ -30,7 +30,6 @@
--border-divider: #414141;
--border-regular-control: #696969;
--border-control-focus: #b8b8b8;
--border-error: #f62211;
--border-sidebar: 0 none;
--border-sidebar-icon: #616161;

View File

@ -30,7 +30,6 @@
--border-divider: #505050;
--border-regular-control: #666666;
--border-control-focus: #ccc;
--border-error: #f62211;
--border-sidebar: #2a2a2a;
--border-sidebar-icon: #616161;

View File

@ -28,7 +28,6 @@
--border-divider: #dfdfdf;
--border-regular-control: #c0c0c0;
--border-control-focus: #848484;
--border-error: #f62211;
--border-sidebar: #f7f7f7;
--border-sidebar-item: transparent;
--border-radius-sidebar-item: 8px;

View File

@ -29,7 +29,6 @@
--border-divider: #505050;
--border-regular-control: #585858;
--border-control-focus: #ccc;
--border-error: #f62211;
--border-sidebar: var(--border-tabbar);
--border-sidebar-icon: #585858;

View File

@ -30,7 +30,6 @@
--border-divider: #dfdfdf;
--border-regular-control: #c0c0c0;
--border-control-focus: #848484;
--border-error: #f62211;
--border-sidebar: var(--background-normal);
--border-sidebar-item: transparent;
--border-sidebar-icon: var(--border-divider);