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:
authorPhil Hughes <me@iamphill.com>2018-08-03 10:19:10 +0300
committerPhil Hughes <me@iamphill.com>2018-08-03 10:19:10 +0300
commit5b663ddf4c0da4f8f2aa0a48809cda9757042e64 (patch)
tree5d6f5e994ba0b04472502f5fc4a99145cef9b2ad
parent5f664759b57ef1c0fcfb7e95dfbff6c080a7a72f (diff)
parent7af956d6089534082e91d2e8d48237b0be559d66 (diff)
Merge branch 'remove-unused-css' into 'master'
Remove unused styles in tree.scss See merge request gitlab-org/gitlab-ce!20996
-rw-r--r--app/assets/stylesheets/pages/tree.scss18
1 files changed, 0 insertions, 18 deletions
diff --git a/app/assets/stylesheets/pages/tree.scss b/app/assets/stylesheets/pages/tree.scss
index efd26cb1f81..1cc26d40ba9 100644
--- a/app/assets/stylesheets/pages/tree.scss
+++ b/app/assets/stylesheets/pages/tree.scss
@@ -109,24 +109,6 @@
line-height: 21px;
}
- .last-commit {
- @include str-truncated(506px);
-
- .fa-angle-right {
- margin-left: 5px;
- }
-
- @include media-breakpoint-only(md) {
- @include str-truncated(450px);
- }
-
- }
-
- .commit-history-link-spacer {
- margin: 0 10px;
- color: $white-normal;
- }
-
&:hover:not(.tree-truncated-warning) {
td {
background-color: $row-hover;