@brightspace-ui/core 2.67.2 → 2.67.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.
- package/components/tabs/tabs.js +1 -2
- package/package.json +1 -1
package/components/tabs/tabs.js
CHANGED
|
@@ -164,7 +164,6 @@ class Tabs extends LocalizeCoreElement(ArrowKeysMixin(RtlMixin(FocusVisiblePolyf
|
|
|
164
164
|
background-color: transparent;
|
|
165
165
|
border: 1px solid transparent;
|
|
166
166
|
border-radius: 15px;
|
|
167
|
-
box-shadow: 0 0 0 4px rgba(0, 0, 0, 0);
|
|
168
167
|
box-sizing: border-box;
|
|
169
168
|
cursor: pointer;
|
|
170
169
|
display: inline-block;
|
|
@@ -191,7 +190,7 @@ class Tabs extends LocalizeCoreElement(ArrowKeysMixin(RtlMixin(FocusVisiblePolyf
|
|
|
191
190
|
background-color: var(--d2l-color-gypsum);
|
|
192
191
|
}
|
|
193
192
|
.d2l-tabs-scroll-button.focus-visible {
|
|
194
|
-
|
|
193
|
+
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px var(--d2l-color-celestine);
|
|
195
194
|
}
|
|
196
195
|
.d2l-panels-container-no-whitespace ::slotted(*) {
|
|
197
196
|
margin-top: 0;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brightspace-ui/core",
|
|
3
|
-
"version": "2.67.
|
|
3
|
+
"version": "2.67.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",
|