{{template "group/header" .}}
- {{ template "base/alert" .}} + {{template "base/alert" .}}
diff --git a/web_src/css/group.css b/web_src/css/group.css index eb3b28c61e..d0ca087280 100644 --- a/web_src/css/group.css +++ b/web_src/css/group.css @@ -18,7 +18,7 @@ .repo-group.new.group form .inline.field > label { text-align: right; width: 250px !important; - word-wrap: break-word; + overflow-wrap: break-word; } .repo-group.new.group form .help { margin-left: 265px !important; @@ -88,4 +88,3 @@ li.expandable-menu-item.item:only-child, li.expandable-menu-item.item:last-child ul.expandable-menu ul li.expandable-menu-item { margin-top: 1rem; } - diff --git a/web_src/js/components/DashboardRepoGroup.vue b/web_src/js/components/DashboardRepoGroup.vue index 2d9877e500..4064b21928 100644 --- a/web_src/js/components/DashboardRepoGroup.vue +++ b/web_src/js/components/DashboardRepoGroup.vue @@ -194,37 +194,3 @@ const options: SortableOptions = { - diff --git a/web_src/js/components/DashboardRepoGroupItem.vue b/web_src/js/components/DashboardRepoGroupItem.vue index fddea4ec76..ee58c455eb 100644 --- a/web_src/js/components/DashboardRepoGroupItem.vue +++ b/web_src/js/components/DashboardRepoGroupItem.vue @@ -103,22 +103,4 @@ const active = computed(() => isGroup.value && expandedGroups.value.includes(id. flex: 1; gap: 0.5rem; } - -.repo-list-link .svg { - color: var(--color-text-light-2); -} - -.repo-list-icon, .collapse-icon { - min-width: 16px; - margin-right: 2px; - top: 0px; -} - -/* octicon-mirror has no padding inside the SVG */ -.repo-list-icon.octicon-mirror { - width: 14px; - min-width: 14px; - margin-left: 1px; - margin-right: 3px; -} diff --git a/web_src/js/components/DashboardRepoList.vue b/web_src/js/components/DashboardRepoList.vue index c547efa445..0e85eb2f51 100644 --- a/web_src/js/components/DashboardRepoList.vue +++ b/web_src/js/components/DashboardRepoList.vue @@ -700,6 +700,7 @@ ul li:not(:last-child) { margin-right: 3px; } +/*eslint-disable-next-line vue-scoped-css/no-unused-selector*/ .repo-owner-name-list li.active { background: var(--color-hover); }