@primer/brand-css 0.57.0 → 0.57.1-rc.d225a586
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/components/SubNav/SubNav.css +11 -5
- package/package.json +1 -1
|
@@ -82,8 +82,12 @@
|
|
|
82
82
|
|
|
83
83
|
.SubNav__heading-separator {
|
|
84
84
|
position: relative;
|
|
85
|
-
top:
|
|
85
|
+
top: 0;
|
|
86
86
|
color: var(--brand-color-text-muted);
|
|
87
|
+
min-width: var(--base-size-8);
|
|
88
|
+
min-height: var(--base-size-16);
|
|
89
|
+
display: inline-flex;
|
|
90
|
+
align-items: center;
|
|
87
91
|
}
|
|
88
92
|
|
|
89
93
|
/*
|
|
@@ -275,6 +279,12 @@
|
|
|
275
279
|
animation: fade-in 0.3s var(--brand-animation-easing-glide) forwards;
|
|
276
280
|
}
|
|
277
281
|
|
|
282
|
+
.SubNav__heading-separator--main:not(.SubNav__heading-separator--has-adjacent-label),
|
|
283
|
+
.SubNav__heading-separator--subheading-active,
|
|
284
|
+
.SubNav__subheading-container-active {
|
|
285
|
+
display: none;
|
|
286
|
+
}
|
|
287
|
+
|
|
278
288
|
.SubNav__header-container {
|
|
279
289
|
display: flex;
|
|
280
290
|
width: 100%;
|
|
@@ -286,10 +296,6 @@
|
|
|
286
296
|
z-index: 9998;
|
|
287
297
|
}
|
|
288
298
|
|
|
289
|
-
.SubNav__heading-separator:not(.SubNav__heading-separator--has-adjacent-label) {
|
|
290
|
-
display: none;
|
|
291
|
-
}
|
|
292
|
-
|
|
293
299
|
.SubNav__links-overlay {
|
|
294
300
|
position: relative;
|
|
295
301
|
display: flex;
|