You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,11 @@
12
12
13
13
* Breadcrumb updates do not require any changes, however if you have local customizations double check them.
14
14
15
+
* Remove `:hover:visited` styles (#1071)
16
+
* This will decrease the specificity of Protocol's link and button components, hopefully making local overrides easier, no need to change anything you already have in place.
17
+
* Removal of `:link` pseudo classes in some places will mean that `<a>` elements which do not have a `href` value could now have link styles when previously they would not have. But, like, maybe don't do that?
18
+
* Removed `:visted` styles for `.mzp-c-button`, if you have `:visited` styles defined for your buttons check 'em
19
+
* Removed the text colour change from `:link:focus` styles. Rely on the focus ring for a focus indicator instead.
0 commit comments