aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/css
diff options
context:
space:
mode:
authorwxiaoguang <wxiaoguang@gmail.com>2024-12-08 10:35:28 +0800
committerGitHub <noreply@github.com>2024-12-08 02:35:28 +0000
commit96d3a03a08d4ac20d2356d6ea84e8c335e9382f2 (patch)
treecff7473d20e82c2bedde8c66d1c7ad320e23b7a8 /web_src/css
parenta78a466383448dfaf4ed70cbd3d34161921be4d3 (diff)
downloadgitea-96d3a03a08d4ac20d2356d6ea84e8c335e9382f2.tar.gz
gitea-96d3a03a08d4ac20d2356d6ea84e8c335e9382f2.zip
Refactor LabelEdit (#32752)
And fix a regression: https://github.com/go-gitea/gitea/pull/30053#discussion_r1874405470 Major changes: * rewrite without jquery * remove the "delete modal", using "link-action" is good enough * merge "new modal" and "edit modal"
Diffstat (limited to 'web_src/css')
-rw-r--r--web_src/css/repo.css11
1 files changed, 0 insertions, 11 deletions
diff --git a/web_src/css/repo.css b/web_src/css/repo.css
index 3eebc0c477..14bdc43474 100644
--- a/web_src/css/repo.css
+++ b/web_src/css/repo.css
@@ -2061,17 +2061,6 @@ td .commit-summary {
padding: 1em;
}
-.edit-label.modal .form .column,
-.new-label.modal .form .column {
- padding-right: 0;
-}
-
-.edit-label.modal .form .buttons,
-.new-label.modal .form .buttons {
- margin-left: auto;
- padding-top: 15px;
-}
-
.stats-table {
display: table;
width: 100%;