Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #28011 from weilonge/TV_1129805
Browse files Browse the repository at this point in the history
Bug 1129805 - Remove banner-button's italic style and apply it to all smart-buttons. r=johnhu
  • Loading branch information
weilonge committed Feb 9, 2015
2 parents 6855dbe + 9c3f69e commit f0bb678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tv_apps/tv_shared/components/smart-button/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ smart-button {
background-repeat: no-repeat;
background-size: 5.4rem auto;
background-position: center center;
font-style: italic;

transition-property: all;
transition-timing-function: cubic-bezier(0.25, 0, 0, 1.0);
Expand Down Expand Up @@ -309,7 +310,6 @@ smart-button[type="banner-button"] {

color: #ffffff;
font-size: 2rem;
font-style: italic;

width: 36rem;
height: 20rem;
Expand Down

0 comments on commit f0bb678

Please sign in to comment.