File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments