summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/tree.scss
diff options
context:
space:
mode:
authorEric Eastwood <contact@ericeastwood.com>2017-09-20 15:35:49 -0500
committerEric Eastwood <contact@ericeastwood.com>2017-09-29 14:39:27 -0500
commit3265ccfc5a6a5c9a853956f84554f470286bb5ed (patch)
treefdcfb0fb8d50adf2c01e93bacd87dc3c07b6405d /app/assets/stylesheets/pages/tree.scss
parentaec1586c05f30c1a81928b441cd63e422752e56c (diff)
downloadgitlab-ce-3265ccfc5a6a5c9a853956f84554f470286bb5ed.tar.gz
Add external link FE for online artifacts
FE for https://gitlab.com/gitlab-org/gitlab-ce/issues/34102
Diffstat (limited to 'app/assets/stylesheets/pages/tree.scss')
-rw-r--r--app/assets/stylesheets/pages/tree.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/tree.scss b/app/assets/stylesheets/pages/tree.scss
index 224eee90a3f..6df2ca03ffe 100644
--- a/app/assets/stylesheets/pages/tree.scss
+++ b/app/assets/stylesheets/pages/tree.scss
@@ -169,6 +169,12 @@
}
}
+ .tree-item-file-external-link {
+ span {
+ text-decoration: inherit;
+ }
+ }
+
.tree_commit {
max-width: 320px;