Color inherit

This commit is contained in:
Max Lynch
2013-11-13 15:04:06 -06:00
parent 3400cc0276
commit a3af041be6
2 changed files with 2 additions and 2 deletions

2
dist/css/ionic.css vendored
View File

@ -3190,7 +3190,7 @@ a.subdued {
border-color: #dddddd;
background-color: white;
font-size: 16px;
color: #666666;
color: inherit;
-webkit-transition: margin-left 0.2s ease-in-out, margin-right 0.2s ease-in-out, left 0.2s ease-in-out; }
.item h2 {
margin: 0 0 4px 0;

View File

@ -19,7 +19,7 @@
background-color: $list-bg;
font-size: $list-font-size;
color: $light-color;
color: inherit;
-webkit-transition: margin-left 0.2s ease-in-out, margin-right 0.2s ease-in-out, left 0.2s ease-in-out;