Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2018-05-02 12:34:11 +0300
committerTim Zallmann <tzallmann@gitlab.com>2018-05-02 12:34:11 +0300
commita7f07693bc3209bb5b375e9b7becac98cb271805 (patch)
treec978b57482385b709c305c1804cfcb548451e9a2
parentc22a3fa0c5cdc175f2b8232b9704079d27c619d0 (diff)
parenta1b80dcfaf74f736fe958a9e580cf166212bf66c (diff)
Merge branch 'improve-quick-actions-summary-preview' into 'master'
Improve quick actions summary preview Closes #45892 See merge request gitlab-org/gitlab-ce!18659
-rw-r--r--app/assets/stylesheets/framework/markdown_area.scss10
-rw-r--r--changelogs/unreleased/improve-quick-actions-summary-preview.yml5
2 files changed, 15 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/markdown_area.scss b/app/assets/stylesheets/framework/markdown_area.scss
index 938f5f49c09..7b5d1c2cf8b 100644
--- a/app/assets/stylesheets/framework/markdown_area.scss
+++ b/app/assets/stylesheets/framework/markdown_area.scss
@@ -107,6 +107,16 @@
padding-top: 10px;
}
+.referenced-commands {
+ background: $blue-50;
+ padding: $gl-padding-8 $gl-padding;
+ border-radius: $border-radius-default;
+
+ p {
+ margin: 0;
+ }
+}
+
.md-preview-holder {
min-height: 167px;
padding: 10px 0;
diff --git a/changelogs/unreleased/improve-quick-actions-summary-preview.yml b/changelogs/unreleased/improve-quick-actions-summary-preview.yml
new file mode 100644
index 00000000000..bc75c169ad7
--- /dev/null
+++ b/changelogs/unreleased/improve-quick-actions-summary-preview.yml
@@ -0,0 +1,5 @@
+---
+title: Improve quick actions summary preview
+merge_request: 18659
+author: George Tsiolis
+type: changed