mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
@@ -43,7 +43,7 @@ hr {
|
||||
sup,
|
||||
ion-icon {
|
||||
&[#{$color-name}] {
|
||||
color: $color-value !important;
|
||||
color: $color-value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -38,7 +38,7 @@ hr {
|
||||
sup,
|
||||
ion-icon {
|
||||
&[#{$color-name}] {
|
||||
color: $color-value !important;
|
||||
color: $color-value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -38,7 +38,7 @@ hr {
|
||||
sup,
|
||||
ion-icon {
|
||||
&[#{$color-name}] {
|
||||
color: $color-value !important;
|
||||
color: $color-value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,11 +7,11 @@
|
||||
|
||||
<h1>H1: The quick brown fox jumps over the lazy dog</h1>
|
||||
|
||||
<h2>H2: The quick brown fox jumps over the lazy dog</h2>
|
||||
<h2 primary>H2: The quick brown fox jumps over the lazy dog</h2>
|
||||
|
||||
<h3>H3: The quick brown fox jumps over the lazy dog</h3>
|
||||
|
||||
<h4>H4: The quick brown fox jumps over the lazy dog</h4>
|
||||
<h4 danger>H4: The quick brown fox jumps over the lazy dog</h4>
|
||||
|
||||
<h5>H5: The quick brown fox jumps over the lazy dog</h5>
|
||||
|
||||
@@ -19,9 +19,9 @@
|
||||
|
||||
<p>
|
||||
I saw a werewolf with a Chinese menu in his hand.
|
||||
Walking through the streets of Soho in the rain.
|
||||
He was looking for a place called Lee Ho Fook's.
|
||||
Gonna get a big dish of beef chow mein.
|
||||
Walking through the <sub danger>streets</sub> of Soho in the rain.
|
||||
He <i primary>was</i> looking for a place called Lee Ho Fook's.
|
||||
Gonna get a <a secondary>big dish of beef chow mein.</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
@@ -30,6 +30,7 @@
|
||||
Better stay away from him.
|
||||
He'll rip your lungs out, Jim.
|
||||
I'd like to meet his tailor.
|
||||
</p>
|
||||
<ion-icon danger name="cut"></ion-icon>
|
||||
</p>
|
||||
|
||||
</ion-content>
|
||||
|
||||
@@ -47,7 +47,7 @@ ion-spinner.spinner-paused svg {
|
||||
// --------------------------------------------------
|
||||
|
||||
.spinner-bubbles circle {
|
||||
fill: black;
|
||||
fill: #000;
|
||||
}
|
||||
|
||||
.spinner-bubbles svg {
|
||||
@@ -72,7 +72,7 @@ ion-spinner.spinner-paused svg {
|
||||
|
||||
.spinner-crescent circle {
|
||||
fill: transparent;
|
||||
stroke: black;
|
||||
stroke: #000;
|
||||
stroke-width: 4px;
|
||||
stroke-dasharray: 128px;
|
||||
stroke-dashoffset: 82px;
|
||||
|
||||
@@ -316,12 +316,6 @@ ion-buttons[right] {
|
||||
|
||||
font-size: 2.8rem;
|
||||
}
|
||||
|
||||
// TODO remove the !important flag - temporary hack until we can remove the element style
|
||||
// on transition
|
||||
&.activated {
|
||||
opacity: .4 !important;
|
||||
}
|
||||
}
|
||||
|
||||
.bar-button-menutoggle[end],
|
||||
|
||||
Reference in New Issue
Block a user