Skip to content

Commit 5f87d02

Browse files
committed
Update test controls.
1 parent 2379d96 commit 5f87d02

12 files changed

Lines changed: 54 additions & 56 deletions

tests/controls/font.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
/* normalize-scss 3.0.1+normalize.3.0.1 | MIT/GPLv2 License | bit.ly/normalize-scss */
2-
/* Base
3-
========================================================================== */
1+
/* normalize-scss 3.0.1+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
42
/**
53
* Establish a vertical rhythm unit using $base-font-size, $base-line-height,
64
* and $rhythm-unit variables. Also, correct text resizing oddly in IE 6/7 when
@@ -36,7 +34,8 @@ body {
3634
========================================================================== */
3735
/**
3836
* Correct `block` display not defined for any HTML5 element in IE 8/9.
39-
* Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
37+
* Correct `block` display not defined for `details` or `summary` in IE 10/11
38+
* and Firefox.
4039
* Correct `block` display not defined for `main` in IE 11.
4140
*/
4241
article,
@@ -48,6 +47,7 @@ footer,
4847
header,
4948
hgroup,
5049
main,
50+
menu,
5151
nav,
5252
section,
5353
summary {
@@ -99,7 +99,7 @@ template {
9999
* Remove the gray background color from active links in IE 10.
100100
*/
101101
a {
102-
background: transparent;
102+
background-color: transparent;
103103
}
104104

105105
/**

tests/controls/ie10.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
/* normalize-scss 3.0.1+normalize.3.0.1 | MIT/GPLv2 License | bit.ly/normalize-scss */
2-
/* Base
3-
========================================================================== */
1+
/* normalize-scss 3.0.1+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
42
/**
53
* 1. Set default font family to sans-serif.
64
* 2. Prevent iOS text size adjust after orientation change, without disabling
@@ -26,7 +24,8 @@ body {
2624
========================================================================== */
2725
/**
2826
* Correct `block` display not defined for any HTML5 element in IE 8/9.
29-
* Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
27+
* Correct `block` display not defined for `details` or `summary` in IE 10/11
28+
* and Firefox.
3029
* Correct `block` display not defined for `main` in IE 11.
3130
*/
3231
article,
@@ -38,6 +37,7 @@ footer,
3837
header,
3938
hgroup,
4039
main,
40+
menu,
4141
nav,
4242
section,
4343
summary {
@@ -85,7 +85,7 @@ template {
8585
* Remove the gray background color from active links in IE 10.
8686
*/
8787
a {
88-
background: transparent;
88+
background-color: transparent;
8989
}
9090

9191
/**

tests/controls/ie11.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
/* normalize-scss 3.0.1+normalize.3.0.1 | MIT/GPLv2 License | bit.ly/normalize-scss */
2-
/* Base
3-
========================================================================== */
1+
/* normalize-scss 3.0.1+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
42
/**
53
* 1. Set default font family to sans-serif.
64
* 2. Prevent iOS text size adjust after orientation change, without disabling
@@ -26,7 +24,8 @@ body {
2624
========================================================================== */
2725
/**
2826
* Correct `block` display not defined for any HTML5 element in IE 8/9.
29-
* Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
27+
* Correct `block` display not defined for `details` or `summary` in IE 10/11
28+
* and Firefox.
3029
* Correct `block` display not defined for `main` in IE 11.
3130
*/
3231
article,
@@ -38,6 +37,7 @@ footer,
3837
header,
3938
hgroup,
4039
main,
40+
menu,
4141
nav,
4242
section,
4343
summary {

tests/controls/ie6.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
/* normalize-scss 3.0.1+normalize.3.0.1 | MIT/GPLv2 License | bit.ly/normalize-scss */
2-
/* Base
3-
========================================================================== */
1+
/* normalize-scss 3.0.1+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
42
/**
53
* Establish a vertical rhythm unit using $base-font-size, $base-line-height,
64
* and $rhythm-unit variables. Also, correct text resizing oddly in IE 6/7 when
@@ -36,7 +34,8 @@ body {
3634
========================================================================== */
3735
/**
3836
* Correct `block` display not defined for any HTML5 element in IE 8/9.
39-
* Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
37+
* Correct `block` display not defined for `details` or `summary` in IE 10/11
38+
* and Firefox.
4039
* Correct `block` display not defined for `main` in IE 11.
4140
*/
4241
article,
@@ -48,6 +47,7 @@ footer,
4847
header,
4948
hgroup,
5049
main,
50+
menu,
5151
nav,
5252
section,
5353
summary {
@@ -99,7 +99,7 @@ template {
9999
* Remove the gray background color from active links in IE 10.
100100
*/
101101
a {
102-
background: transparent;
102+
background-color: transparent;
103103
}
104104

105105
/**

tests/controls/ie7.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
/* normalize-scss 3.0.1+normalize.3.0.1 | MIT/GPLv2 License | bit.ly/normalize-scss */
2-
/* Base
3-
========================================================================== */
1+
/* normalize-scss 3.0.1+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
42
/**
53
* Establish a vertical rhythm unit using $base-font-size, $base-line-height,
64
* and $rhythm-unit variables. Also, correct text resizing oddly in IE 6/7 when
@@ -36,7 +34,8 @@ body {
3634
========================================================================== */
3735
/**
3836
* Correct `block` display not defined for any HTML5 element in IE 8/9.
39-
* Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
37+
* Correct `block` display not defined for `details` or `summary` in IE 10/11
38+
* and Firefox.
4039
* Correct `block` display not defined for `main` in IE 11.
4140
*/
4241
article,
@@ -48,6 +47,7 @@ footer,
4847
header,
4948
hgroup,
5049
main,
50+
menu,
5151
nav,
5252
section,
5353
summary {
@@ -99,7 +99,7 @@ template {
9999
* Remove the gray background color from active links in IE 10.
100100
*/
101101
a {
102-
background: transparent;
102+
background-color: transparent;
103103
}
104104

105105
/**

tests/controls/ie8.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
/* normalize-scss 3.0.1+normalize.3.0.1 | MIT/GPLv2 License | bit.ly/normalize-scss */
2-
/* Base
3-
========================================================================== */
1+
/* normalize-scss 3.0.1+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
42
/**
53
* 1. Set default font family to sans-serif.
64
* 2. Prevent iOS text size adjust after orientation change, without disabling
@@ -26,7 +24,8 @@ body {
2624
========================================================================== */
2725
/**
2826
* Correct `block` display not defined for any HTML5 element in IE 8/9.
29-
* Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
27+
* Correct `block` display not defined for `details` or `summary` in IE 10/11
28+
* and Firefox.
3029
* Correct `block` display not defined for `main` in IE 11.
3130
*/
3231
article,
@@ -38,6 +37,7 @@ footer,
3837
header,
3938
hgroup,
4039
main,
40+
menu,
4141
nav,
4242
section,
4343
summary {
@@ -87,7 +87,7 @@ template {
8787
* Remove the gray background color from active links in IE 10.
8888
*/
8989
a {
90-
background: transparent;
90+
background-color: transparent;
9191
}
9292

9393
/**

tests/controls/ie9.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
/* normalize-scss 3.0.1+normalize.3.0.1 | MIT/GPLv2 License | bit.ly/normalize-scss */
2-
/* Base
3-
========================================================================== */
1+
/* normalize-scss 3.0.1+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
42
/**
53
* 1. Set default font family to sans-serif.
64
* 2. Prevent iOS text size adjust after orientation change, without disabling
@@ -26,7 +24,8 @@ body {
2624
========================================================================== */
2725
/**
2826
* Correct `block` display not defined for any HTML5 element in IE 8/9.
29-
* Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
27+
* Correct `block` display not defined for `details` or `summary` in IE 10/11
28+
* and Firefox.
3029
* Correct `block` display not defined for `main` in IE 11.
3130
*/
3231
article,
@@ -38,6 +37,7 @@ footer,
3837
header,
3938
hgroup,
4039
main,
40+
menu,
4141
nav,
4242
section,
4343
summary {
@@ -87,7 +87,7 @@ template {
8787
* Remove the gray background color from active links in IE 10.
8888
*/
8989
a {
90-
background: transparent;
90+
background-color: transparent;
9191
}
9292

9393
/**

tests/controls/indent-amount.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
/* normalize-scss 3.0.1+normalize.3.0.1 | MIT/GPLv2 License | bit.ly/normalize-scss */
2-
/* Base
3-
========================================================================== */
1+
/* normalize-scss 3.0.1+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
42
/**
53
* Establish a vertical rhythm unit using $base-font-size, $base-line-height,
64
* and $rhythm-unit variables. Also, correct text resizing oddly in IE 6/7 when
@@ -36,7 +34,8 @@ body {
3634
========================================================================== */
3735
/**
3836
* Correct `block` display not defined for any HTML5 element in IE 8/9.
39-
* Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
37+
* Correct `block` display not defined for `details` or `summary` in IE 10/11
38+
* and Firefox.
4039
* Correct `block` display not defined for `main` in IE 11.
4140
*/
4241
article,
@@ -48,6 +47,7 @@ footer,
4847
header,
4948
hgroup,
5049
main,
50+
menu,
5151
nav,
5252
section,
5353
summary {
@@ -99,7 +99,7 @@ template {
9999
* Remove the gray background color from active links in IE 10.
100100
*/
101101
a {
102-
background: transparent;
102+
background-color: transparent;
103103
}
104104

105105
/**

tests/controls/safari5.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
/* normalize-scss 3.0.1+normalize.3.0.1 | MIT/GPLv2 License | bit.ly/normalize-scss */
2-
/* Base
3-
========================================================================== */
1+
/* normalize-scss 3.0.1+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
42
/**
53
* 1. Set default font family to sans-serif.
64
* 2. Prevent iOS text size adjust after orientation change, without disabling
@@ -26,7 +24,8 @@ body {
2624
========================================================================== */
2725
/**
2826
* Correct `block` display not defined for any HTML5 element in IE 8/9.
29-
* Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
27+
* Correct `block` display not defined for `details` or `summary` in IE 10/11
28+
* and Firefox.
3029
* Correct `block` display not defined for `main` in IE 11.
3130
*/
3231
article,
@@ -38,6 +37,7 @@ footer,
3837
header,
3938
hgroup,
4039
main,
40+
menu,
4141
nav,
4242
section,
4343
summary {

tests/controls/safari6.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
/* normalize-scss 3.0.1+normalize.3.0.1 | MIT/GPLv2 License | bit.ly/normalize-scss */
2-
/* Base
3-
========================================================================== */
1+
/* normalize-scss 3.0.1+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
42
/**
53
* 1. Set default font family to sans-serif.
64
* 2. Prevent iOS text size adjust after orientation change, without disabling

0 commit comments

Comments
 (0)