Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions projects/plugins/jetpack/_inc/client/scss/shared/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,26 +42,6 @@
}
}

// Hello Dolly positioning overwrite
.jetpack-pagestyles #dolly {
float: none;
position: relative;
right: 0;
left: 0;
top: 0;
padding: rem.convert(10px);
text-align: right;
background: colors.$white;
font-size: rem.convert(12px);
font-style: italic;
color: colors.$gray;
border-bottom: none;

@include breakpoints.breakpoint( "<660px" ) {
display: none;
}
}

.dops-notice__text a {
text-decoration: underline;
}
Expand Down
15 changes: 0 additions & 15 deletions projects/plugins/jetpack/_inc/client/scss/shared/admin-static.scss
Original file line number Diff line number Diff line change
Expand Up @@ -200,18 +200,3 @@
#jp-plugin-container .wrap .jetpack-wrap-container {
margin-top: 1em;
}

.wp-admin #dolly {
float: none;
position: relative;
right: 0;
left: 0;
top: 0;
padding: 0.625rem;
text-align: right;
background: #fff;
font-size: 0.75rem;
font-style: italic;
color: #87a6bc;
border-bottom: none;
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: other

Hello Dolly: retire the legacy per-page `#dolly` color rules so the normalized `.jetpack-admin-page #dolly` treatment (WPDS design token) governs consistently across admin pages.
Loading