mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 15:07:13 +08:00
bar stable fix
This commit is contained in:
22
dist/css/ionic.css
vendored
22
dist/css/ionic.css
vendored
@ -2622,12 +2622,12 @@ a.subdued {
|
||||
color: #444444; }
|
||||
.bar.bar-light .title {
|
||||
color: #444444; }
|
||||
.bar.bar-light {
|
||||
background-color: white;
|
||||
border-color: #dddddd;
|
||||
background-image: linear-gradient(0deg, #dddddd, #dddddd 50%, transparent 50%);
|
||||
.bar.bar-stable {
|
||||
background-color: #f8f8f8;
|
||||
border-color: #bbbbbb;
|
||||
background-image: linear-gradient(0deg, #bbbbbb, #bbbbbb 50%, transparent 50%);
|
||||
color: #444444; }
|
||||
.bar.bar-light .title {
|
||||
.bar.bar-stable .title {
|
||||
color: #444444; }
|
||||
.bar.bar-dark {
|
||||
background-color: #444444;
|
||||
@ -2847,18 +2847,18 @@ a.subdued {
|
||||
box-shadow: none;
|
||||
font-size: 18px; }
|
||||
|
||||
.bar-light .button {
|
||||
.bar-stable .button {
|
||||
color: #444444;
|
||||
background-color: white;
|
||||
border-color: #dddddd; }
|
||||
.bar-light .button:hover {
|
||||
background-color: #f8f8f8;
|
||||
border-color: #bbbbbb; }
|
||||
.bar-stable .button:hover {
|
||||
color: #444444;
|
||||
text-decoration: none; }
|
||||
.bar-light .button.active, .bar-light .button:active {
|
||||
.bar-stable .button.active, .bar-stable .button:active {
|
||||
background-color: #222222;
|
||||
box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15);
|
||||
border-color: black; }
|
||||
.bar-light .button.button-clear {
|
||||
.bar-stable .button.button-clear {
|
||||
color: white;
|
||||
background: none;
|
||||
box-shadow: none;
|
||||
|
||||
@ -80,8 +80,8 @@
|
||||
&.bar-light {
|
||||
@include bar-style($bar-light-bg, $bar-light-border, $bar-light-text);
|
||||
}
|
||||
&.bar-light {
|
||||
@include bar-style($bar-light-bg, $bar-light-border, $bar-light-text);
|
||||
&.bar-stable {
|
||||
@include bar-style($bar-stable-bg, $bar-stable-border, $bar-stable-text);
|
||||
}
|
||||
&.bar-dark {
|
||||
@include bar-style($bar-dark-bg, $bar-dark-border, $bar-dark-text);
|
||||
@ -213,9 +213,9 @@
|
||||
@include button-clear(#fff, $bar-title-font-size);
|
||||
}
|
||||
}
|
||||
.bar-light {
|
||||
.bar-stable {
|
||||
.button {
|
||||
@include button-style($bar-light-bg, $bar-light-border, $bar-light-active-bg, $bar-light-active-border, $bar-light-text);
|
||||
@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);
|
||||
}
|
||||
}
|
||||
|
||||
@ -104,23 +104,7 @@
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<div class="button-bar bar-light-light">
|
||||
<a class="button">One</a>
|
||||
<a class="button">Two</a>
|
||||
<a class="button">Three</a>
|
||||
</div>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<div class="button-bar bar-light">
|
||||
<a class="button">One</a>
|
||||
<a class="button">Two</a>
|
||||
<a class="button">Three</a>
|
||||
</div>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<div class="button-bar bar-light-dark">
|
||||
<div class="button-bar bar-stable">
|
||||
<a class="button">One</a>
|
||||
<a class="button">Two</a>
|
||||
<a class="button">Three</a>
|
||||
|
||||
Reference in New Issue
Block a user