Skip to content

Commit

Permalink
Drop -moz-linear-gradient
Browse files Browse the repository at this point in the history
The cost is bigger than the benefit now
  • Loading branch information
Nikerabbit committed Jan 23, 2014
1 parent 73881b4 commit 98fc16a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions css/jquery.ime.css
Expand Up @@ -5,8 +5,6 @@
/* @embed */
background-image: -webkit-linear-gradient(transparent, transparent), url('../images/ime-active.svg');
/* @embed */
background-image: -moz-linear-gradient(transparent, transparent), url('../images/ime-active.svg');
/* @embed */
background-image: linear-gradient(transparent, transparent), url('../images/ime-active.svg');
background-color: rgba(255,255,255,0.75);
background-position: left 3px center;
Expand Down Expand Up @@ -176,8 +174,6 @@ span.ime-disable-shortcut {
/* @embed */
background-image: -webkit-linear-gradient(transparent, transparent), url('../images/tick.svg');
/* @embed */
background-image: -moz-linear-gradient(transparent, transparent), url('../images/tick.svg');
/* @embed */
background-image: linear-gradient(transparent, transparent), url('../images/tick.svg');
background-position: left 4px center;
background-position-x: 4px;
Expand Down

0 comments on commit 98fc16a

Please sign in to comment.