aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/less/_organization.less
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2020-11-29 07:22:04 +0100
committerGitHub <noreply@github.com>2020-11-29 01:22:04 -0500
commite00a3554279d314a4dab4ce11bdd86707201d0d2 (patch)
treefaad207d4afb3921143d78a59b1465b068648049 /web_src/less/_organization.less
parentda4bb6fc4ef552865816303fc9c0db25509ff626 (diff)
downloadgitea-e00a3554279d314a4dab4ce11bdd86707201d0d2.tar.gz
gitea-e00a3554279d314a4dab4ce11bdd86707201d0d2.zip
Dropdowns, Labels fixes and more CSS tweaks (#13733)
* Dropdowns and Labels fixes - Rework dropdown, menu and label styles - Improve issue sidebar milestone and label sections - Fix archived repo and private org badge - Move more colors to CSS vars - Move issue number to end of title on issue page * more dropdown fixes * fix basic blue labels - fixes #13731 * improve class setting on svg Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'web_src/less/_organization.less')
-rw-r--r--web_src/less/_organization.less41
1 files changed, 0 insertions, 41 deletions
diff --git a/web_src/less/_organization.less b/web_src/less/_organization.less
index 77076e761e..089c649f61 100644
--- a/web_src/less/_organization.less
+++ b/web_src/less/_organization.less
@@ -173,45 +173,4 @@
height: 60px;
}
}
-
- &.settings {
- .labelspage {
- list-style: none;
- padding-top: 0;
-
- .item {
- margin-top: 0;
- margin-right: -14px;
- margin-left: -14px !important;
- padding: 10px;
- border-bottom: 1px solid var(--color-secondary);
- border-top: none;
-
- a {
- font-size: 15px;
- padding-top: 5px;
- padding-right: 10px;
- color: #666666;
-
- &:hover {
- color: #000000;
- }
-
- &.open-issues {
- margin-right: 30px;
- }
- }
-
- .ui.label {
- font-size: 1em;
- }
- }
-
- .item:last-child {
- border-bottom: none;
- padding-bottom: 0;
- }
-
- }
- }
}