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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-01-03 21:07:40 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-01-03 21:07:40 +0300
commit5e7ed643dca39625fcc7b0d0e9e15550f5a9f1f8 (patch)
tree6a1d9d1fc3825e7fcaf4d688f96bc97954eaa904 /app/assets/stylesheets/framework/typography.scss
parent511e761b41b81484c85e3d125f45873ce38e9201 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/stylesheets/framework/typography.scss')
-rw-r--r--app/assets/stylesheets/framework/typography.scss10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss
index 39e7e4bb7e5..a1bfa03a5ac 100644
--- a/app/assets/stylesheets/framework/typography.scss
+++ b/app/assets/stylesheets/framework/typography.scss
@@ -179,15 +179,15 @@
tbody {
background-color: $white-light;
+
+ td {
+ border-color: $gray-200;
+ }
}
tr {
th {
- border-bottom: solid 2px $gl-gray-200;
- }
-
- td {
- border-color: $gl-gray-200;
+ border-bottom: solid 2px $gray-300;
}
}