Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DF874180A3 for ; Wed, 17 Jun 2015 21:44:20 +0000 (UTC) Received: (qmail 2777 invoked by uid 500); 17 Jun 2015 21:44:20 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 2750 invoked by uid 500); 17 Jun 2015 21:44:20 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 2741 invoked by uid 99); 17 Jun 2015 21:44:20 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jun 2015 21:44:20 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 92010E000B; Wed, 17 Jun 2015 21:44:20 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: muratsu@apache.org To: commits@cordova.apache.org Message-Id: <1ca798b4f32746bbbb1ebbe569d8e63d@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: cordova-registry-web git commit: CB-9204 Adding mouseover to more button Date: Wed, 17 Jun 2015 21:44:20 +0000 (UTC) Repository: cordova-registry-web Updated Branches: refs/heads/master d549819e5 -> a89be5920 CB-9204 Adding mouseover to more button Project: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/commit/a89be592 Tree: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/tree/a89be592 Diff: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/diff/a89be592 Branch: refs/heads/master Commit: a89be5920d75c6b0e4edda065e47e280d65f9186 Parents: d549819 Author: Raghav Katyal Authored: Wed Jun 17 14:09:51 2015 -0700 Committer: Raghav Katyal Committed: Wed Jun 17 14:09:51 2015 -0700 ---------------------------------------------------------------------- npm-search/assets/css/base.css | 4 ++++ npm-search/assets/js/app.js | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-registry-web/blob/a89be592/npm-search/assets/css/base.css ---------------------------------------------------------------------- diff --git a/npm-search/assets/css/base.css b/npm-search/assets/css/base.css index 3ce7d06..201a6e6 100644 --- a/npm-search/assets/css/base.css +++ b/npm-search/assets/css/base.css @@ -176,6 +176,10 @@ p.version { align-items: center; } +.clickable { + cursor: pointer; +} + /*--------------------------------------------------- Misc ---------------------------------------------------*/ http://git-wip-us.apache.org/repos/asf/cordova-registry-web/blob/a89be592/npm-search/assets/js/app.js ---------------------------------------------------------------------- diff --git a/npm-search/assets/js/app.js b/npm-search/assets/js/app.js index 43be797..216c417 100644 --- a/npm-search/assets/js/app.js +++ b/npm-search/assets/js/app.js @@ -70,7 +70,7 @@ var SupportedPlatforms = React.createClass({ var moreButton; if(otherPlatformsSupported.length > 0 && !this.state.moreClicked) - moreButton =
...
+ moreButton =
...
return (
{majorPlatformsSupported} --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org