summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/page_bundles/issues_show.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/page_bundles/issues_show.scss')
-rw-r--r--app/assets/stylesheets/page_bundles/issues_show.scss19
1 files changed, 19 insertions, 0 deletions
diff --git a/app/assets/stylesheets/page_bundles/issues_show.scss b/app/assets/stylesheets/page_bundles/issues_show.scss
index 26d694f7421..23b210e3a8e 100644
--- a/app/assets/stylesheets/page_bundles/issues_show.scss
+++ b/app/assets/stylesheets/page_bundles/issues_show.scss
@@ -12,6 +12,21 @@
padding-inline-end: 1rem;
width: 2rem;
}
+
+ .task-list-item-actions-wrapper {
+ position: absolute;
+ inset-block-start: 0;
+ inset-inline-end: -2rem;
+ }
+
+ .task-list-item-actions-wrapper.show .task-list-item-actions,
+ .task-list-item-actions:is(:focus, :hover) {
+ opacity: 1;
+ }
+ }
+
+ .md.has-task-list-item-actions > :is(ul, ol) > li {
+ margin-inline-end: 1.5rem;
}
ul.task-list > li.task-list-item {
@@ -21,6 +36,10 @@
inset-inline-start: -0.6rem;
}
}
+
+ .dropdown-item.text-danger p {
+ color: var(--red-500, $red-500); /* Override typography.scss making text black */
+ }
}
.is-ghost {