From e3d1a33fd80703cdf3c02918989f84cfb6bff5a2 Mon Sep 17 00:00:00 2001 From: gauravsinhaweb Date: Mon, 3 May 2021 23:34:14 +0530 Subject: [PATCH 1/2] 'enhancement' --- src/App.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App.scss b/src/App.scss index 691f8ae6f0..7d6b5bb10a 100644 --- a/src/App.scss +++ b/src/App.scss @@ -86,6 +86,7 @@ html { body { -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; + transition: all cubic-bezier(0.17, 0.67, 0.83, 0.67) 0.125s; margin: 0; padding: 0; } @@ -4884,7 +4885,7 @@ footer { select { background: #1e1e30; background-image: linear-gradient(45deg, transparent 50%, $gray 50%), - linear-gradient(135deg, $gray 50%, transparent 50%); + linear-gradient(135deg, $gray 50%, transparent 50%); background-position: calc(100% - 13px) 50%, calc(100% - 8px) 50%; background-repeat: no-repeat; background-size: 5px 5px, 5px 5px; From 2dbea3ab1c4d846934be458d80e21d1563529c03 Mon Sep 17 00:00:00 2001 From: gauravsinhaweb Date: Mon, 3 May 2021 23:41:09 +0530 Subject: [PATCH 2/2] Feat: Added Transition in Dark mode --- src/App.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App.scss b/src/App.scss index 7d6b5bb10a..f3a3fbe1c4 100644 --- a/src/App.scss +++ b/src/App.scss @@ -86,9 +86,10 @@ html { body { -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; - transition: all cubic-bezier(0.17, 0.67, 0.83, 0.67) 0.125s; + margin: 0; padding: 0; + transition: all cubic-bezier(0.17, 0.67, 0.83, 0.67) 0.125s; } h1 {