From 67daa7bcb0cfd3cd7e5efa8667021a7e422f4bdf Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Mon, 28 Aug 2023 09:26:23 +0800 Subject: Remove some transition related code (#26755) Remove transition related code because the transition module has been removed by #26469 --- web_src/css/helpers.css | 2 -- 1 file changed, 2 deletions(-) (limited to 'web_src/css') diff --git a/web_src/css/helpers.css b/web_src/css/helpers.css index f832eff786..27b32139ba 100644 --- a/web_src/css/helpers.css +++ b/web_src/css/helpers.css @@ -105,8 +105,6 @@ Gitea's private styles use `g-` prefix. .gt-border-secondary-left { border-left: 1px solid var(--color-secondary) !important; } .gt-border-secondary-right { border-right: 1px solid var(--color-secondary) !important; } -.gt-no-transition { transition: none !important; } - .gt-bg-red { background: var(--color-red) !important; } .gt-bg-orange { background: var(--color-orange) !important; } .gt-bg-yellow { background: var(--color-yellow) !important; } -- cgit v1.2.3