@brightspace-ui/core 2.84.3 → 2.84.5
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.
|
@@ -5,26 +5,17 @@
|
|
|
5
5
|
&:visited,
|
|
6
6
|
&:link,
|
|
7
7
|
&:active {
|
|
8
|
-
border-radius: 3px;
|
|
9
8
|
color: $d2l-color-celestine;
|
|
10
9
|
text-decoration: none;
|
|
11
10
|
cursor: pointer;
|
|
12
11
|
}
|
|
13
|
-
&:hover
|
|
12
|
+
&:hover,
|
|
13
|
+
&:focus,
|
|
14
|
+
&.d2l-link-focus {
|
|
14
15
|
color: $d2l-color-celestine-minus-1;
|
|
15
16
|
text-decoration: underline;
|
|
17
|
+
outline-width: 0;
|
|
16
18
|
}
|
|
17
|
-
&:focus-visible {
|
|
18
|
-
outline: 2px solid $d2l-color-celestine;
|
|
19
|
-
outline-offset: 1px;
|
|
20
|
-
text-decoration: underline;
|
|
21
|
-
}
|
|
22
|
-
.d2l-focus-visible-not-supported &:focus {
|
|
23
|
-
outline: 2px solid $d2l-color-celestine;
|
|
24
|
-
outline-offset: 1px;
|
|
25
|
-
text-decoration: underline;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
19
|
&[main] {
|
|
29
20
|
font-weight: 700;
|
|
30
21
|
}
|
|
@@ -36,7 +36,7 @@ Note: there is a [known defect](https://rally1.rallydev.com/#/?detail=/defect/64
|
|
|
36
36
|
|
|
37
37
|
**Interactive Target Elements:**
|
|
38
38
|
|
|
39
|
-
If the tooltip's target is an interactive element then it will automatically be
|
|
39
|
+
If the tooltip's target is an interactive element then it will automatically be accessible. [A list of interactive elements can be found here.](https://github.com/BrightspaceUI/core/blob/main/components/tooltip/tooltip.js#L38)
|
|
40
40
|
|
|
41
41
|
**Static / Custom Target Elements:**
|
|
42
42
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brightspace-ui/core",
|
|
3
|
-
"version": "2.84.
|
|
3
|
+
"version": "2.84.5",
|
|
4
4
|
"description": "A collection of accessible, free, open-source web components for building Brightspace applications",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": "https://github.com/BrightspaceUI/core.git",
|