Skip to content

Commit b8b89e4

Browse files
committed
removed the extra .jenkins-quieting-bar class
1 parent 314e680 commit b8b89e4

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

core/src/main/resources/lib/layout/layout.jelly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ THE SOFTWARE.
153153
<script src="${resURL}/jsbundles/sortable-drag-drop.js" type="text/javascript"/>
154154
<script src="${resURL}/jsbundles/app.js" type="text/javascript" defer="true" />
155155
</head>
156-
<body id="jenkins" class="${layoutType} jenkins-${h.version} ${app.isQuietingDown() ? 'jenkins-quieting-down' : ''}" data-version="${h.version}" data-model-type="${it.class.name}"
156+
<body id="jenkins" class="${layoutType} jenkins-${h.version} ${app.isQuietingDown() ? 'jenkins-app-bar--sticky' : ''}" data-version="${h.version}" data-model-type="${it.class.name}"
157157
data-search-url="${rootURL + '/search/suggest'}"
158158
data-search-help-url="${%searchBox.url}">
159159
<l:command-palette />

src/main/scss/components/_app-bar.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
}
116116
}
117117

118-
.jenkins-quieting-down .jenkins-app-bar--sticky {
118+
.jenkins-app-bar--sticky {
119119
position: static !important;
120120

121121
&::before,
@@ -127,8 +127,7 @@
127127
.jenkins-build-caption {
128128
display: flex;
129129
flex-direction: row !important;
130-
align-items: center !important;
131-
130+
align-items: center;
132131
justify-content: start !important;
133132
gap: 0.875rem;
134133
max-width: 1200px;

0 commit comments

Comments
 (0)