Skip to content

Commit cf1dfbe

Browse files
committed
Highlight :focus styles change in README.md
1 parent 6edb7e1 commit cf1dfbe

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

HISTORY.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ NEXT
77
* (!) Fixed accessibility mistake by removing `a:focus {outline: none;}` rule
88
from `buttons-core.css`.
99

10-
* Improved `:focus` styles by applying the same rules that are used by `:hover`
11-
styles.
10+
* (!) Improved `:focus` styles by applying the same rules that are used by
11+
`:hover` styles. When overriding Pure's `:hover` styles, be sure to include
12+
`:focus` selectors as well.
1213

1314
* Added improvements to developer workflow:
1415

@@ -47,10 +48,10 @@ NEXT
4748

4849
### Grids
4950

50-
* Adding a classname before the responsive grid's unit classname now works.
51-
Before units were targeted using the `^=` ("starts with") selector, which
52-
meant that if another classname preceded the unit classname, then the rule
53-
would not apply. (Issue #44)
51+
* Elements with classnames before the responsive grid's unit classnames now
52+
works correctly. Before units were targeted using the `^=` ("starts with")
53+
selector, which meant that if another classname preceded the unit classname,
54+
then the rule would not apply. (Issue #44)
5455

5556
### Menus
5657

0 commit comments

Comments
 (0)