aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/css
diff options
context:
space:
mode:
authorwxiaoguang <wxiaoguang@gmail.com>2023-08-28 09:26:23 +0800
committerGitHub <noreply@github.com>2023-08-28 01:26:23 +0000
commit67daa7bcb0cfd3cd7e5efa8667021a7e422f4bdf (patch)
treecbfbb668a6a3b9dff91e1df27818968701e13fff /web_src/css
parentc533991519816313dfaa0ddcec183756a97b9348 (diff)
downloadgitea-67daa7bcb0cfd3cd7e5efa8667021a7e422f4bdf.tar.gz
gitea-67daa7bcb0cfd3cd7e5efa8667021a7e422f4bdf.zip
Remove some transition related code (#26755)
Remove transition related code because the transition module has been removed by #26469
Diffstat (limited to 'web_src/css')
-rw-r--r--web_src/css/helpers.css2
1 files changed, 0 insertions, 2 deletions
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; }