diff --git a/rsconcept/frontend/src/app/Navigation/NavigationButton.tsx b/rsconcept/frontend/src/app/Navigation/NavigationButton.tsx index a42b7ca7..3dadc51b 100644 --- a/rsconcept/frontend/src/app/Navigation/NavigationButton.tsx +++ b/rsconcept/frontend/src/app/Navigation/NavigationButton.tsx @@ -31,7 +31,7 @@ function NavigationButton({ className={clsx( 'mr-1 h-full', // prettier: split lines 'flex items-center gap-1', - 'clr-btn-nav', + 'clr-btn-nav cc-animate-color', 'rounded-xl', 'transition duration-500', 'font-controls whitespace-nowrap', diff --git a/rsconcept/frontend/src/app/Navigation/ToggleNavigation.tsx b/rsconcept/frontend/src/app/Navigation/ToggleNavigation.tsx index a4d251db..3f22354d 100644 --- a/rsconcept/frontend/src/app/Navigation/ToggleNavigation.tsx +++ b/rsconcept/frontend/src/app/Navigation/ToggleNavigation.tsx @@ -21,7 +21,7 @@ function ToggleNavigation() { data-tooltip-id={globals.tooltip} data-tooltip-content={noNavigationAnimation ? 'Показать навигацию' : 'Скрыть навигацию'} style={{ - transitionProperty: 'height, width', + transitionProperty: 'height, width, background-color', transitionDuration: `${PARAMETER.moveDuration}ms`, height: noNavigationAnimation ? '1.2rem' : '3rem', width: noNavigationAnimation ? '3rem' : '1.2rem' diff --git a/rsconcept/frontend/src/components/select/SelectLocation.tsx b/rsconcept/frontend/src/components/select/SelectLocation.tsx index f52ca3e1..1ef88716 100644 --- a/rsconcept/frontend/src/components/select/SelectLocation.tsx +++ b/rsconcept/frontend/src/components/select/SelectLocation.tsx @@ -59,7 +59,7 @@ function SelectLocation({ value, folderTree, dense, prefix, onClick, className, !dense && 'min-h-[2.0825rem] sm:min-h-[2.3125rem]', 'pr-3 py-1 flex items-center gap-2', 'cc-scroll-row', - 'clr-hover', + 'clr-hover cc-animate-color', 'cursor-pointer', 'leading-3 sm:leading-4', activeNode === item && 'clr-selected' diff --git a/rsconcept/frontend/src/components/ui/Button.tsx b/rsconcept/frontend/src/components/ui/Button.tsx index 7a018819..720e7d81 100644 --- a/rsconcept/frontend/src/components/ui/Button.tsx +++ b/rsconcept/frontend/src/components/ui/Button.tsx @@ -43,6 +43,7 @@ function Button({ className={clsx( 'inline-flex gap-2 items-center justify-center', 'select-none disabled:cursor-auto', + 'cc-animate-color', { 'border rounded': !noBorder, 'px-1': dense, diff --git a/rsconcept/frontend/src/components/ui/Checkbox.tsx b/rsconcept/frontend/src/components/ui/Checkbox.tsx index 291fb276..de74e8e7 100644 --- a/rsconcept/frontend/src/components/ui/Checkbox.tsx +++ b/rsconcept/frontend/src/components/ui/Checkbox.tsx @@ -65,9 +65,10 @@ function Checkbox({
({