Merge commit 'imathis/master'
* commit 'imathis/master': Removed resetting of :focus style from Compass global-reset mixin Conflicts: doc-src/content/CHANGELOG.markdown
This commit is contained in:
commit
cd6076d097
@ -10,7 +10,12 @@ COMPASS CHANGELOG
|
|||||||
0.10.0.rc5 (Unreleased)
|
0.10.0.rc5 (Unreleased)
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
* [Rails] The default location for compass extensions has moved from `vendor/plugins/compass/extensions` to `vendor/plugins/compass_extensions`.
|
* [Rails] The default location for compass extensions has moved from
|
||||||
|
`vendor/plugins/compass/extensions` to `vendor/plugins/compass_extensions`.
|
||||||
|
* Global reset no longer automatically resets the *:focus. This allows browsers to
|
||||||
|
use their default :focus styles which is considered a best practice. If you wish
|
||||||
|
to reset :focus styles simply include this in your stylesheets:
|
||||||
|
`*:focus { @include reset-focus; }`
|
||||||
|
|
||||||
0.10.0.rc4 (April 27, 2010)
|
0.10.0.rc4 (April 27, 2010)
|
||||||
---------------------------
|
---------------------------
|
||||||
|
@ -14,8 +14,6 @@
|
|||||||
table, caption, tbody, tfoot, thead, tr, th, td {
|
table, caption, tbody, tfoot, thead, tr, th, td {
|
||||||
@include reset-box-model;
|
@include reset-box-model;
|
||||||
@include reset-font; }
|
@include reset-font; }
|
||||||
*:focus {
|
|
||||||
@include reset-focus; }
|
|
||||||
body {
|
body {
|
||||||
@include reset-body; }
|
@include reset-body; }
|
||||||
ol, ul {
|
ol, ul {
|
||||||
|
@ -16,9 +16,6 @@ table, caption, tbody, tfoot, thead, tr, th, td {
|
|||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
vertical-align: baseline; }
|
vertical-align: baseline; }
|
||||||
|
|
||||||
*:focus {
|
|
||||||
outline: 0; }
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
color: black;
|
color: black;
|
||||||
|
Loading…
Reference in New Issue
Block a user