From a18edd8f0140eb5d73455e56fe75c9484ac54e2f Mon Sep 17 00:00:00 2001 From: Jonathan Klein Date: Mon, 2 Feb 2015 10:32:38 -0500 Subject: [PATCH] Changing the hide advanced link to an octicon --- pub/assets/css/hound.css | 5 ++--- pub/assets/js/hound.js | 6 ++---- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/pub/assets/css/hound.css b/pub/assets/css/hound.css index 59ed647c..6e674a81 100644 --- a/pub/assets/css/hound.css +++ b/pub/assets/css/hound.css @@ -115,9 +115,8 @@ button:focus { transition: height, padding 0.1s ease-in-out; } -#adv > .hideAdv { - color: #aaa; - text-decoration: underline; +.hide-adv { + cursor:pointer; } /* Media object clearfix */ diff --git a/pub/assets/js/hound.js b/pub/assets/js/hound.js index 4eb52e73..0097fe96 100644 --- a/pub/assets/js/hound.js +++ b/pub/assets/js/hound.js @@ -451,9 +451,7 @@ var SearchBar = React.createClass({
-
- Hide Advanced -
+
@@ -637,7 +635,7 @@ var FilesView = React.createClass({