You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ct...@apache.org on 2017/05/01 21:09:32 UTC

lucene-solr:jira/solr-10290: SOLR-10593: remove external link icons in comment threads

Repository: lucene-solr
Updated Branches:
  refs/heads/jira/solr-10290 1664ab87c -> 35e1acbfb


SOLR-10593: remove external link icons in comment threads


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/35e1acbf
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/35e1acbf
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/35e1acbf

Branch: refs/heads/jira/solr-10290
Commit: 35e1acbfb537cf5540f5e576092664c8783fb29e
Parents: 1664ab8
Author: Cassandra Targett <ct...@apache.org>
Authored: Mon May 1 16:08:57 2017 -0500
Committer: Cassandra Targett <ct...@apache.org>
Committed: Mon May 1 16:08:57 2017 -0500

----------------------------------------------------------------------
 solr/solr-ref-guide/src/css/comments.css | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/35e1acbf/solr/solr-ref-guide/src/css/comments.css
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/css/comments.css b/solr/solr-ref-guide/src/css/comments.css
index 280b00b..5e0ced6 100644
--- a/solr/solr-ref-guide/src/css/comments.css
+++ b/solr/solr-ref-guide/src/css/comments.css
@@ -156,3 +156,9 @@
 .apaste_honeypot {
 	display: none;
 }
+
+//* Remove external link icons when they appear in comments *//
+a[href^="http://"]:after,
+a[href^="https://"]:after {
+   content: none !important;
+}