From bbf9f93ddb160eabec035f828a59b36f94026104 Mon Sep 17 00:00:00 2001 From: Tanya Fomina Date: Wed, 31 Aug 2022 19:40:59 +0300 Subject: [PATCH] Cleanup --- src/styles/variables.css | 1 - types/configs/popover.d.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/src/styles/variables.css b/src/styles/variables.css index 92b282ec..a1e2ab1d 100644 --- a/src/styles/variables.css +++ b/src/styles/variables.css @@ -71,7 +71,6 @@ --color-confirm: #E24A4A; --color-confirm-hover: #CE4343; - --color-line-active: #D8E8FA; --color-line-gray: #EFF0F1; --overlay-pane: { diff --git a/types/configs/popover.d.ts b/types/configs/popover.d.ts index 521fc73c..cddf2569 100644 --- a/types/configs/popover.d.ts +++ b/types/configs/popover.d.ts @@ -22,7 +22,6 @@ interface PopoverItemBase { */ isActive?: boolean; - /** * True if item should be disabled */