Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
fix loadmore button regression
Browse files Browse the repository at this point in the history
  • Loading branch information
ngokevin committed Aug 21, 2014
1 parent 82aeadb commit adf9b2c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ package_dev:
package_feed_dev:
SERVER='dev' NAME='FeedDev' DOMAIN='marketplace-feed-dev.allizom.org' \
ORIGIN='app:\/\/packaged.marketplace-feed-dev.allizom.org' make package
package_feed_stage:
SERVER='stage' NAME='FeedStage' DOMAIN='marketplace-feed.allizom.org' \
ORIGIN='app:\/\/packaged.marketplace-feed.allizom.org' make package
package_feed_prod:
SERVER='prod' NAME='FeedProd' DOMAIN='marketplace.firefox.com' \
ORIGIN='app:\/\/packaged.marketplace-feed.firefox.com' make package
Expand Down
6 changes: 4 additions & 2 deletions src/media/css/buttons.styl
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ $btn-install-width = 65px;
// Install buttons.
.mkt-tile .button {
// Unset many .button properties.
background: transparent;
bottom: 0;
box-shadow: none;
cursor: pointer;
Expand All @@ -194,8 +193,11 @@ $btn-install-width = 65px;
position: absolute;
right: 0;

// This em becomes the visual button.
&.install {
background: transparent;
}
em {
// This em becomes the visual button.
background: $cta;
border-radius: 5px;
box-shadow: 0 2px $cta-act;
Expand Down

0 comments on commit adf9b2c

Please sign in to comment.