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:
Diffstat (limited to 'app/assets/stylesheets/highlight/themes/solarized-dark.scss')
-rw-r--r--app/assets/stylesheets/highlight/themes/solarized-dark.scss4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/assets/stylesheets/highlight/themes/solarized-dark.scss b/app/assets/stylesheets/highlight/themes/solarized-dark.scss
index 075510e6e5f..7958959bfc3 100644
--- a/app/assets/stylesheets/highlight/themes/solarized-dark.scss
+++ b/app/assets/stylesheets/highlight/themes/solarized-dark.scss
@@ -128,10 +128,6 @@ $solarized-dark-il: #2aa198;
@include hljs-override('params', $solarized-dark-nb);
// Line numbers
- .file-line-num {
- @include line-link($white, 'link');
- }
-
.file-line-blame {
@include line-link($white, 'git');
}