diff options
author | wxiaoguang <wxiaoguang@gmail.com> | 2023-08-28 09:26:23 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-28 01:26:23 +0000 |
commit | 67daa7bcb0cfd3cd7e5efa8667021a7e422f4bdf (patch) | |
tree | cbfbb668a6a3b9dff91e1df27818968701e13fff /web_src/css | |
parent | c533991519816313dfaa0ddcec183756a97b9348 (diff) | |
download | gitea-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.css | 2 |
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; } |