From 204688ee2ecc785cfc9f9ee6d86b77251da91efd Mon Sep 17 00:00:00 2001 From: Clement Ho <clemmakesapps@gmail.com> Date: Fri, 1 Jun 2018 17:02:59 +0000 Subject: [PATCH] Resolve "Branch names in system notes have incorrect color" --- app/assets/stylesheets/bootstrap_migration.scss | 6 ++++++ app/assets/stylesheets/framework/typography.scss | 4 ---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss index 877da371ce7df..d8e57834f9ea1 100644 --- a/app/assets/stylesheets/bootstrap_migration.scss +++ b/app/assets/stylesheets/bootstrap_migration.scss @@ -53,6 +53,12 @@ a { } } +code { + padding: 2px 4px; + background-color: $red-100; + border-radius: 3px; +} + table { // Remove any table border lines border-spacing: 0; diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss index ed0bfbbe08b4b..97b821e0cb923 100644 --- a/app/assets/stylesheets/framework/typography.scss +++ b/app/assets/stylesheets/framework/typography.scss @@ -340,10 +340,6 @@ code { } } -a > code { - color: $link-color; -} - .monospace { font-family: $monospace_font; } -- GitLab