From 8d7a069ef95752b2aed850093fe5490759a797f6 Mon Sep 17 00:00:00 2001 From: aljawaid <10233708+aljawaid@users.noreply.github.com> Date: Wed, 28 Dec 2022 05:52:00 +0000 Subject: [PATCH] Fix and Add Transition Variable --- Assets/css/kanboardcss.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Assets/css/kanboardcss.css b/Assets/css/kanboardcss.css index 0693858..6c20768 100644 --- a/Assets/css/kanboardcss.css +++ b/Assets/css/kanboardcss.css @@ -33,6 +33,7 @@ --pp-blue-box: rgba(0, 122, 201, 0.6); --all-yellow-box: rgba(223, 255, 0, 0.6); --box-shadow-kbcss: 1px 1px 1px 0px #000; + --transition-kanboard-css: ease-in-out all .3s; } .pp-blue {color: #007AC9;} @@ -53,8 +54,8 @@ .pp-btn-red {color: white; background-color: #B71234; border-color: #B71234; font-weight: 500; transition: ease 0.7s;} .pp-btn-grey {color: white; background-color: #4D4D4D; border-color: #4D4D4D; font-weight: 500; transition: ease 0.7s;} -div, a, details, summary, i, img, table, tr, .btn-uninstall, svg, figure, button { - transition: ease-in-out all .3s; +a, details, summary, i, img, table, tr, svg, figure, button { + transition: var(--transition-kanboard-css); } summary i {