Highlight :focus styles change in README.md

This commit is contained in:
Eric Ferraiuolo 2013-06-11 18:30:36 -04:00
parent 6edb7e1344
commit cf1dfbec6e

View File

@ -7,8 +7,9 @@ NEXT
* (!) Fixed accessibility mistake by removing `a:focus {outline: none;}` rule * (!) Fixed accessibility mistake by removing `a:focus {outline: none;}` rule
from `buttons-core.css`. from `buttons-core.css`.
* Improved `:focus` styles by applying the same rules that are used by `:hover` * (!) Improved `:focus` styles by applying the same rules that are used by
styles. `:hover` styles. When overriding Pure's `:hover` styles, be sure to include
`:focus` selectors as well.
* Added improvements to developer workflow: * Added improvements to developer workflow:
@ -47,10 +48,10 @@ NEXT
### Grids ### Grids
* Adding a classname before the responsive grid's unit classname now works. * Elements with classnames before the responsive grid's unit classnames now
Before units were targeted using the `^=` ("starts with") selector, which works correctly. Before units were targeted using the `^=` ("starts with")
meant that if another classname preceded the unit classname, then the rule selector, which meant that if another classname preceded the unit classname,
would not apply. (Issue #44) then the rule would not apply. (Issue #44)
### Menus ### Menus