@brightspace-ui/core 2.31.0 → 2.31.1
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.
|
@@ -119,7 +119,6 @@ class ButtonSubtle extends ButtonMixin(RtlMixin(LitElement)) {
|
|
|
119
119
|
|
|
120
120
|
.d2l-button-subtle-content {
|
|
121
121
|
color: var(--d2l-color-celestine);
|
|
122
|
-
vertical-align: middle;
|
|
123
122
|
}
|
|
124
123
|
button:hover:not([disabled]) .d2l-button-subtle-content,
|
|
125
124
|
button:focus:not([disabled]) .d2l-button-subtle-content,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brightspace-ui/core",
|
|
3
|
-
"version": "2.31.
|
|
3
|
+
"version": "2.31.1",
|
|
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",
|