@brightspace-ui/core 3.28.4 → 3.28.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.
@@ -113,7 +113,7 @@ class ButtonMove extends ThemeMixin(FocusMixin(RtlMixin(LitElement))) {
|
|
113
113
|
flex-direction: column;
|
114
114
|
gap: 2px;
|
115
115
|
margin: 0;
|
116
|
-
min-height:
|
116
|
+
min-height: auto;
|
117
117
|
padding: 0;
|
118
118
|
position: relative;
|
119
119
|
width: 0.9rem;
|
@@ -144,16 +144,16 @@ class ButtonMove extends ThemeMixin(FocusMixin(RtlMixin(LitElement))) {
|
|
144
144
|
|
145
145
|
.up-layer,
|
146
146
|
.down-layer {
|
147
|
-
height: 1.
|
147
|
+
height: 1.2rem;
|
148
148
|
left: -0.2rem;
|
149
149
|
position: absolute;
|
150
150
|
width: 1.3rem;
|
151
151
|
}
|
152
152
|
.up-layer {
|
153
|
-
top: -0.
|
153
|
+
top: -0.35rem;
|
154
154
|
}
|
155
155
|
.down-layer {
|
156
|
-
bottom: -0.
|
156
|
+
bottom: -0.35rem;
|
157
157
|
}
|
158
158
|
:host([dir="rtl"]) .up-layer,
|
159
159
|
:host([dir="rtl"]) .down-layer {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@brightspace-ui/core",
|
3
|
-
"version": "3.28.
|
3
|
+
"version": "3.28.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",
|