summaryrefslogtreecommitdiffstats
path: root/web_src/css
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2024-03-05 06:29:32 +0100
committerGitHub <noreply@github.com>2024-03-05 05:29:32 +0000
commit7e8c1c5ba18e1ac8861f429b825163b8210fd178 (patch)
tree2fe9893d04d8745a7c81119ff7f5a21590ab23f2 /web_src/css
parent3e84bfdf410ec1fdf22711156d729e51d7355a8e (diff)
downloadgitea-7e8c1c5ba18e1ac8861f429b825163b8210fd178.tar.gz
gitea-7e8c1c5ba18e1ac8861f429b825163b8210fd178.zip
Replace more `gt-` with `tw-`, update frontend docs (#29595)
Tested a few things, all working fine. Not sure if the chinese machine translation is good. --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Diffstat (limited to 'web_src/css')
-rw-r--r--web_src/css/helpers.css9
1 files changed, 0 insertions, 9 deletions
diff --git a/web_src/css/helpers.css b/web_src/css/helpers.css
index 71f3a619b9..dad0f9b127 100644
--- a/web_src/css/helpers.css
+++ b/web_src/css/helpers.css
@@ -46,16 +46,7 @@ Gitea's private styles use `g-` prefix.
text-overflow: ellipsis;
}
-.gt-max-width-12rem { max-width: 12rem !important; }
-.gt-max-width-24rem { max-width: 24rem !important; }
-
/* below class names match Tailwind CSS */
-.gt-break-all { word-break: break-all !important; }
-.gt-content-center { align-content: center !important; }
-.gt-invisible { visibility: hidden !important; }
-.gt-items-start { align-items: flex-start !important; }
-.gt-pointer-events-none { pointer-events: none !important; }
-.gt-relative { position: relative !important; }
.gt-object-contain { object-fit: contain !important; }
.gt-no-underline { text-decoration-line: none !important; }
.gt-normal-case { text-transform: none !important; }