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:
Chris Eppstein 2010-05-01 15:27:16 -07:00
commit cd6076d097
3 changed files with 6 additions and 6 deletions

View File

@ -10,7 +10,12 @@ COMPASS CHANGELOG
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)
---------------------------

View File

@ -14,8 +14,6 @@
table, caption, tbody, tfoot, thead, tr, th, td {
@include reset-box-model;
@include reset-font; }
*:focus {
@include reset-focus; }
body {
@include reset-body; }
ol, ul {

View File

@ -16,9 +16,6 @@ table, caption, tbody, tfoot, thead, tr, th, td {
font-family: inherit;
vertical-align: baseline; }
*:focus {
outline: 0; }
body {
line-height: 1;
color: black;