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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuzanne Selhorn <sselhorn@gitlab.com>2022-07-19 00:29:41 +0300
committerSuzanne Selhorn <sselhorn@gitlab.com>2022-07-19 00:29:41 +0300
commite777f2d81f6b17110e1775bc53f6304d4a953fae (patch)
treefccfd8b4c82a20ab61e32157054ecf320c32e0e2
parentb1c802a1f4a3f86f672b7563b463cfb216608353 (diff)
parent699166dfe91c09b97a4650c141dae182f70b0b86 (diff)
Merge branch 'fix-mermaid-git' into 'main'
Fix mermaid styling for git diagrams See merge request gitlab-org/gitlab-docs!2920
-rw-r--r--content/assets/stylesheets/stylesheet.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/assets/stylesheets/stylesheet.scss b/content/assets/stylesheets/stylesheet.scss
index 5866f6b6..35303b80 100644
--- a/content/assets/stylesheets/stylesheet.scss
+++ b/content/assets/stylesheets/stylesheet.scss
@@ -447,7 +447,7 @@ ol {
font-size: 0.9rem !important;
}
- rect,
+ rect:not(.branchLabelBkg, .commit-label-bkg),
polygon {
fill: $white !important;
stroke: $gray-300 !important;