@brightspace-ui/core 2.131.5 → 2.131.6

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.
@@ -129,7 +129,7 @@ export const ListItemMixin = superclass => class extends composeMixins(
129
129
  top: 0;
130
130
  }
131
131
  [slot="control-container"]::after {
132
- bottom: -2px;
132
+ bottom: -1px;
133
133
  }
134
134
 
135
135
  :host(:first-of-type[_separators="between"]) [slot="control-container"]::before,
@@ -318,6 +318,7 @@ export const ListItemMixin = superclass => class extends composeMixins(
318
318
  :host(:not([selection-disabled]):not([skeleton])[selectable][_focusing]) [slot="outside-control-container"] {
319
319
  background-color: white;
320
320
  border-color: #b6cbe8; /* celestine alpha 0.3 */
321
+ margin-bottom: -1px;
321
322
  }
322
323
  :host([_hovering-primary-action]) [slot="outside-control-container"],
323
324
  :host([_hovering-selection]) [slot="outside-control-container"] {
@@ -326,6 +327,7 @@ export const ListItemMixin = superclass => class extends composeMixins(
326
327
  :host(:not([selection-disabled]):not([skeleton])[selected]) [slot="outside-control-container"] {
327
328
  background-color: #f3fbff;
328
329
  border-color: #b6cbe8; /* celestine alpha 0.3 */
330
+ margin-bottom: -1px;
329
331
  }
330
332
 
331
333
  :host(:not([selection-disabled]):not([skeleton])[padding-type="none"]) [slot="outside-control-container"] {
@@ -57,7 +57,7 @@ class List extends PageableMixin(SelectionMixin(LitElement)) {
57
57
  display: block;
58
58
  }
59
59
  :host(:not([slot="nested"])) > .d2l-list-content {
60
- padding-bottom: 2px;
60
+ padding-bottom: 1px;
61
61
  }
62
62
  :host([hidden]) {
63
63
  display: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "2.131.5",
3
+ "version": "2.131.6",
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",