@eeacms/volto-eea-design-system 1.13.1 → 1.13.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -4,7 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d
|
|
|
4
4
|
|
|
5
5
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
6
6
|
|
|
7
|
-
### [1.13.
|
|
7
|
+
### [1.13.2](https://github.com/eea/volto-eea-design-system/compare/1.13.1...1.13.2) - 13 June 2023
|
|
8
|
+
|
|
9
|
+
#### :bug: Bug Fixes
|
|
10
|
+
|
|
11
|
+
- fix(focus): chrome disregard of our focus visible outline value [David Ichim - [`af75079`](https://github.com/eea/volto-eea-design-system/commit/af75079ab1dc93292cfe1bb5e081be33ab4c9682)]
|
|
12
|
+
|
|
13
|
+
#### :hammer_and_wrench: Others
|
|
14
|
+
|
|
15
|
+
- Revert "feat: a11y accessibility footer logos - refs #254122" [David Ichim - [`d45f294`](https://github.com/eea/volto-eea-design-system/commit/d45f294ca9849dc076bf0c59328107ad2d82e003)]
|
|
16
|
+
### [1.13.1](https://github.com/eea/volto-eea-design-system/compare/1.13.0...1.13.1) - 13 June 2023
|
|
8
17
|
|
|
9
18
|
#### :rocket: New Features
|
|
10
19
|
|
package/package.json
CHANGED
|
@@ -37,17 +37,10 @@ footer .theme-sites {
|
|
|
37
37
|
.logos .logo img {
|
|
38
38
|
margin: @mobileThemeSitesLogoMargin;
|
|
39
39
|
}
|
|
40
|
-
|
|
41
|
-
outline: @outlineBorder;
|
|
42
|
-
outline: @outlineBorderWebkit;
|
|
43
|
-
}
|
|
40
|
+
|
|
44
41
|
}
|
|
45
42
|
footer .footer-header {
|
|
46
43
|
font-size: @mobileFooterTitleFontSize;
|
|
47
|
-
.logo:focus-visible {
|
|
48
|
-
outline: @outlineBorder;
|
|
49
|
-
outline: @outlineBorderWebkit;
|
|
50
|
-
}
|
|
51
44
|
}
|
|
52
45
|
|
|
53
46
|
.theme-sites .logo.freshwater {
|
|
@@ -64,10 +57,6 @@ footer .footer-header {
|
|
|
64
57
|
align-items: center;
|
|
65
58
|
}
|
|
66
59
|
|
|
67
|
-
.subfooter .logo a:focus-visible {
|
|
68
|
-
outline: @outlineBorder !important;
|
|
69
|
-
outline: @outlineBorderWebkit !important;
|
|
70
|
-
}
|
|
71
60
|
.subfooter .item {
|
|
72
61
|
.header {
|
|
73
62
|
margin-bottom: @mobileItemHeaderMarginBottom;
|
|
@@ -31,8 +31,6 @@
|
|
|
31
31
|
@subFooterItemAlignItems: center;
|
|
32
32
|
@subFooterItemWidth: 100%;
|
|
33
33
|
@subFooterItemHeight: 100%;
|
|
34
|
-
@outlineBorder: 1px dotted #212121;
|
|
35
|
-
@outlineBorderWebkit: 5px auto -webkit-focus-ring-color;
|
|
36
34
|
|
|
37
35
|
/* Sub-footer Item Header */
|
|
38
36
|
@mobileItemHeaderMarginBottom : @space-5;
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
--------------------*/
|
|
122
122
|
|
|
123
123
|
/* Global focus-visible for accessibility */
|
|
124
|
-
@focusVisibleOutline: .2rem
|
|
124
|
+
@focusVisibleOutline: .2rem auto var(--focus-visible, @blue-3);
|
|
125
125
|
|
|
126
126
|
/* Used on inputs, textarea etc */
|
|
127
127
|
@focusedFormBorderColor: @secondaryColor;
|