@gitlab/ui 58.1.0 → 58.2.0

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": "58.1.0",
3
+ "version": "58.2.0",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -1,3 +1,35 @@
1
+ .btn-group {
2
+ .gl-disclosure-dropdown:not(:last-child) {
3
+ .gl-new-dropdown-toggle {
4
+ @include gl-rounded-top-right-none;
5
+ @include gl-rounded-bottom-right-none;
6
+ }
7
+ }
8
+
9
+ .gl-disclosure-dropdown:not(:first-child) {
10
+ .gl-new-dropdown-toggle {
11
+ @include gl-rounded-top-left-none;
12
+ @include gl-rounded-bottom-left-none;
13
+
14
+ // Prevent double borders when buttons are next to each other
15
+ margin-left: -1px;
16
+ }
17
+ }
18
+
19
+ .gl-disclosure-dropdown:hover {
20
+ .gl-new-dropdown-toggle {
21
+ @include gl-z-index-1;
22
+ }
23
+ }
24
+
25
+ .gl-disclosure-dropdown {
26
+ .gl-new-dropdown-toggle:focus,
27
+ .gl-new-dropdown-toggle:active {
28
+ @include gl-z-index-1;
29
+ }
30
+ }
31
+ }
32
+
1
33
  .gl-disclosure-dropdown {
2
34
  &.gl-new-dropdown {
3
35
  .gl-new-dropdown-inner {