summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-03-28 08:56:00 +0100
committerPhil Hughes <me@iamphill.com>2018-03-28 14:08:36 +0100
commitc5a591e61d3476531b67eac4315af6c60efc8228 (patch)
tree13d5bce9c3d9244f2fd1cd65c6ae74aa0c063b20
parent0e7658dfb5c677322aef9cc396639f6bfc96ec81 (diff)
downloadgitlab-ce-c5a591e61d3476531b67eac4315af6c60efc8228.tar.gz
remove italics from tab
-rw-r--r--app/assets/stylesheets/pages/repo.scss4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss
index 94aa5130f28..fcb35e2e67f 100644
--- a/app/assets/stylesheets/pages/repo.scss
+++ b/app/assets/stylesheets/pages/repo.scss
@@ -177,10 +177,6 @@
background-color: $white-light;
border-bottom-color: $white-light;
}
-
- &.pending {
- font-style: italic;
- }
}
.multi-file-tab-close {