mirror of
https://github.com/pure-css/pure.git
synced 2024-11-07 21:34:24 +00:00
Highlight :focus
styles change in README.md
This commit is contained in:
parent
6edb7e1344
commit
cf1dfbec6e
13
HISTORY.md
13
HISTORY.md
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user