@gitlab/ui 48.1.0 → 48.1.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/ui",
3
- "version": "48.1.0",
3
+ "version": "48.1.1",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -107,6 +107,10 @@ $gl-drawer-scrim-gradient: linear-gradient(to bottom, $transparent-rgba, $white)
107
107
 
108
108
  .gl-drawer-body {
109
109
  @include gl-flex-grow-1;
110
+ // prevent safari bug where box shadow is visible
111
+ // above the drawer when hovering interactive elements
112
+ // see https://gitlab.com/gitlab-org/gitlab/-/issues/366558
113
+ background-color: inherit;
110
114
  }
111
115
 
112
116
  .gl-drawer-body-scrim {