Skip to content

Commit 129b481

Browse files
author
Adam Bradley
committed
a.subdued css
1 parent 2ba863f commit 129b481

File tree

5 files changed

+13
-19
lines changed

5 files changed

+13
-19
lines changed

dist/css/ionic.css

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ h1, h2, h3, h4, h5, h6, p, blockquote, pre,
3030
a, abbr, acronym, address, big, cite, code,
3131
del, dfn, em, img, ins, kbd, q, s, samp,
3232
small, strike, strong, sub, sup, tt, var,
33-
b, u, center,
33+
b, i, u, center,
3434
dl, dt, dd, ol, ul, li,
3535
fieldset, form, label, legend,
3636
table, caption, tbody, tfoot, thead, tr, th, td,
@@ -196,7 +196,7 @@ sub {
196196
fieldset {
197197
margin: 0 2px;
198198
padding: 0.35em 0.625em 0.75em;
199-
border: 1px solid silver; }
199+
border: 1px solid #c0c0c0; }
200200

201201
/**
202202
* 1. Correct `color` not being inherited in IE 8/9.
@@ -600,9 +600,6 @@ dd {
600600
dt {
601601
font-weight: bold; }
602602

603-
dd {
604-
margin-left: 0; }
605-
606603
blockquote {
607604
margin: 0 0 20px;
608605
padding: 10px 20px;
@@ -645,7 +642,7 @@ address {
645642

646643
a.subdued‎ {
647644
padding-right: 10px;
648-
color: #f8f8f8;
645+
color: #888;
649646
text-decoration: none; }
650647
a.subdued:hover {
651648
text-decoration: none; }
@@ -2343,7 +2340,7 @@ input[type="checkbox"][readonly] {
23432340
border-radius: 50%;
23442341
background: white;
23452342
content: ' ';
2346-
transition: background-color 0.1s ease-in-out; }
2343+
transition: background-color .1s ease-in-out; }
23472344

23482345
/* the checkmark within the box */
23492346
.checkbox input:after {
@@ -2358,7 +2355,7 @@ input[type="checkbox"][readonly] {
23582355
border-right: 0;
23592356
content: ' ';
23602357
opacity: 0;
2361-
transition: opacity 0.05s ease-in-out;
2358+
transition: opacity .05s ease-in-out;
23622359
-webkit-transform: rotate(-45deg);
23632360
transform: rotate(-45deg); }
23642361

@@ -2866,7 +2863,7 @@ input[type="range"] {
28662863
.button-icon.button:active, .button-icon.button.active {
28672864
background: none;
28682865
box-shadow: none;
2869-
text-shadow: 0px 0px 10px white; }
2866+
text-shadow: 0px 0px 10px #fff; }
28702867
.button-icon .icon {
28712868
font-size: 32px; }
28722869

@@ -3666,7 +3663,7 @@ a.button {
36663663
.platform-ios7 .has-header {
36673664
top: 64px; }
36683665

3669-
/*
3666+
/*!
36703667
Ionicons, v1.3.5
36713668
Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
36723669
https://twitter.com/helloimben https://twitter.com/ionicframework

dist/css/themes/ionic-ios7.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
right: 20px;
119119
transition: 0.2s ease;
120120
transition-property: left, right;
121-
transition-delay: 0s, 0.05s; }
121+
transition-delay: 0s, .05s; }
122122

123123
.toggle :checked + .track {
124124
/* When the toggle is "on" */
@@ -133,4 +133,4 @@
133133
right: 0;
134134
left: 20px;
135135
-webkit-transform: none;
136-
transition-delay: 0.05s, 0s; }
136+
transition-delay: .05s, 0s; }

scss/_reset.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ h1, h2, h3, h4, h5, h6, p, blockquote, pre,
1818
a, abbr, acronym, address, big, cite, code,
1919
del, dfn, em, img, ins, kbd, q, s, samp,
2020
small, strike, strong, sub, sup, tt, var,
21-
b, u, center,
21+
b, i, u, center,
2222
dl, dt, dd, ol, ul, li,
2323
fieldset, form, label, legend,
2424
table, caption, tbody, tfoot, thead, tr, th, td,

scss/_type.scss

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,6 @@ dd {
9393
dt {
9494
font-weight: bold;
9595
}
96-
dd {
97-
margin-left: 0; // Undo browser default;
98-
}
9996

10097

10198
// Blockquotes
@@ -169,8 +166,8 @@ address {
169166
// -------------------------
170167

171168
a.subdued‎ {
172-
padding-right:10px;
173-
color: $stable;
169+
padding-right: 10px;
170+
color: #888;
174171
text-decoration: none;
175172

176173
&:hover {

test/cards.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<h1 class="title">Cards</h1>
1616
</header>
1717

18-
<main class="content has-header">
18+
<main class="content has-header overflow-scroll">
1919

2020
<div class="card">
2121
<div class="item item-text-wrap">

0 commit comments

Comments
 (0)