mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Merge pull request #212 from lwu/master
Avoid white as button-clear text color for .bar-light and .bar-stable
This commit is contained in:
4
dist/css/ionic.css
vendored
4
dist/css/ionic.css
vendored
@@ -2798,7 +2798,7 @@ a.subdued {
|
||||
box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15);
|
||||
border-color: #cccccc; }
|
||||
.bar-light .button.button-clear {
|
||||
color: white;
|
||||
color: #444444;
|
||||
background: none;
|
||||
border-color: transparent;
|
||||
box-shadow: none;
|
||||
@@ -2819,7 +2819,7 @@ a.subdued {
|
||||
box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15);
|
||||
border-color: #a2a2a2; }
|
||||
.bar-stable .button.button-clear {
|
||||
color: white;
|
||||
color: #444444;
|
||||
background: none;
|
||||
border-color: transparent;
|
||||
box-shadow: none;
|
||||
|
||||
@@ -155,13 +155,13 @@
|
||||
.bar-light {
|
||||
.button {
|
||||
@include button-style($bar-light-bg, $bar-light-border, $bar-light-active-bg, $bar-light-active-border, $bar-light-text);
|
||||
@include button-clear(#fff, $bar-title-font-size);
|
||||
@include button-clear($bar-light-text, $bar-title-font-size);
|
||||
}
|
||||
}
|
||||
.bar-stable {
|
||||
.button {
|
||||
@include button-style($bar-stable-bg, $bar-stable-border, $bar-stable-active-bg, $bar-stable-active-border, $bar-stable-text);
|
||||
@include button-clear(#fff, $bar-title-font-size);
|
||||
@include button-clear($bar-stable-text, $bar-title-font-size);
|
||||
}
|
||||
}
|
||||
.bar-positive {
|
||||
|
||||
Reference in New Issue
Block a user