@brightspace-ui/core 3.99.2 → 3.99.3
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.
@@ -48,7 +48,6 @@ export const SwitchMixin = superclass => class extends FocusMixin(RtlMixin(super
|
|
48
48
|
|
49
49
|
.d2l-switch-container {
|
50
50
|
background-color: var(--d2l-switch-container-background-color, #ffffff);
|
51
|
-
border: 2px solid transparent;
|
52
51
|
border-radius: 1rem;
|
53
52
|
box-sizing: border-box;
|
54
53
|
cursor: default;
|
@@ -60,7 +59,7 @@ export const SwitchMixin = superclass => class extends FocusMixin(RtlMixin(super
|
|
60
59
|
vertical-align: middle;
|
61
60
|
}
|
62
61
|
.d2l-switch-container:${unsafeCSS(getFocusPseudoClass())} {
|
63
|
-
|
62
|
+
outline: 2px solid var(--d2l-color-celestine);
|
64
63
|
}
|
65
64
|
:host([disabled]) .d2l-switch-container {
|
66
65
|
cursor: default;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@brightspace-ui/core",
|
3
|
-
"version": "3.99.
|
3
|
+
"version": "3.99.3",
|
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",
|