@mixtint/primer-view-components 0.75.1 → 0.78.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.
@@ -4987,8 +4987,6 @@ a.tabnav-extra:hover {
4987
4987
  /* stylelint-disable-next-line primer/spacing */
4988
4988
  margin-right: -11px;
4989
4989
  background-color: var(--bgColor-default);
4990
- /* stylelint-disable-next-line primer/colors */
4991
- border-right: var(--borderWidth-thin) solid var(--bgColor-default);
4992
4990
  border-radius: var(--borderRadius-small);
4993
4991
  transition: margin 0.1s ease-in-out;
4994
4992
  }
@@ -4999,7 +4997,6 @@ a.tabnav-extra:hover {
4999
4997
 
5000
4998
  :is(.AvatarStack-body .avatar):last-child {
5001
4999
  z-index: 1;
5002
- border-right: 0;
5003
5000
  }
5004
5001
 
5005
5002
  /* stylelint-disable-next-line selector-max-type */
@@ -5066,10 +5063,6 @@ a.tabnav-extra:hover {
5066
5063
  margin-left: var(--base-size-4);
5067
5064
  }
5068
5065
 
5069
- :is(.AvatarStack--right .AvatarStack-body) .avatar:not(:last-child) {
5070
- border-left: 0;
5071
- }
5072
-
5073
5066
  .AvatarStack--right .avatar.avatar-more {
5074
5067
  background: var(--avatarStack-fade-bgColor-default);
5075
5068
  }
@@ -5087,9 +5080,6 @@ a.tabnav-extra:hover {
5087
5080
  margin-right: 0;
5088
5081
  /* stylelint-disable-next-line primer/spacing */
5089
5082
  margin-left: -11px;
5090
- border-right: 0;
5091
- /* stylelint-disable-next-line primer/colors */
5092
- border-left: var(--borderWidth-thin) solid var(--bgColor-default);
5093
5083
  }
5094
5084
 
5095
5085
  /* stylelint-disable primer/spacing */
@@ -7161,6 +7151,20 @@ select-panel dialog::backdrop {
7161
7151
  flex: 1 1 auto;
7162
7152
  }
7163
7153
 
7154
+ /* Hide the context bar on desktop when no breadcrumb is visible */
7155
+
7156
+ @media screen and (min-width: 543.98px) {
7157
+ .PageHeader--noBreadcrumb .PageHeader-contextBar {
7158
+ display: none;
7159
+ }
7160
+ }
7161
+
7162
+ /* Match the title bar height with the toggle menu button for proper vertical alignment */
7163
+
7164
+ .PageHeader--noBreadcrumb .PageHeader-titleBar {
7165
+ line-height: var(--control-small-size);
7166
+ }
7167
+
7164
7168
  /* CSS for DragHandle */
7165
7169
 
7166
7170
  .DragHandle {