aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/less/_dashboard.less
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2020-11-12 16:59:33 +0100
committerGitHub <noreply@github.com>2020-11-12 23:59:33 +0800
commitc2e05d9f9ab5aa15961a1fb37c4cf23367b6c4d5 (patch)
treee9df4c0d842ba407da044cbc317c862b9d8e3368 /web_src/less/_dashboard.less
parent4117a443c27cc5b8af75be32ed6949d028694eff (diff)
downloadgitea-c2e05d9f9ab5aa15961a1fb37c4cf23367b6c4d5.tar.gz
gitea-c2e05d9f9ab5aa15961a1fb37c4cf23367b6c4d5.zip
Form styling adjustments (#13501)
* Form styling adjustments - Move all form-related styling to _forms.less - Defined new form-related variables - Fix spinner on frontpage repo search - Add new rounded-* helpers and fix repo search radius * misc arc green tweaks Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: techknowlogick <techknowlogick@gitea.io> Co-authored-by: Lauris BH <lauris@nix.lv>
Diffstat (limited to 'web_src/less/_dashboard.less')
-rw-r--r--web_src/less/_dashboard.less16
1 files changed, 1 insertions, 15 deletions
diff --git a/web_src/less/_dashboard.less b/web_src/less/_dashboard.less
index 45440ee480..f2dd145f55 100644
--- a/web_src/less/_dashboard.less
+++ b/web_src/less/_dashboard.less
@@ -65,10 +65,8 @@
}
}
- /* Accomodate for Semantic's 1px hacks on .attached elements */
-
.dashboard-repos {
- margin: 0 1px;
+ margin: 0 1px; /* Accomodate for Semantic's 1px hacks on .attached elements */
}
.dashboard-navbar {
@@ -144,18 +142,6 @@
}
.list {
- .header {
- .ui.label {
- margin-top: -4px;
- padding: 4px 5px;
- font-weight: normal;
- }
-
- .plus.icon {
- margin-top: 5px;
- }
- }
-
ul {
list-style: none;
margin: 0;