mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 06:57:02 +08:00
Color inherit
This commit is contained in:
2
dist/css/ionic.css
vendored
2
dist/css/ionic.css
vendored
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user