diff --git a/projects/plugins/jetpack/_inc/client/scss/shared/_main.scss b/projects/plugins/jetpack/_inc/client/scss/shared/_main.scss index 6f0aa70404a2..53f31e539750 100644 --- a/projects/plugins/jetpack/_inc/client/scss/shared/_main.scss +++ b/projects/plugins/jetpack/_inc/client/scss/shared/_main.scss @@ -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; } diff --git a/projects/plugins/jetpack/_inc/client/scss/shared/admin-static.scss b/projects/plugins/jetpack/_inc/client/scss/shared/admin-static.scss index 4f6026fb7e14..a11924b12242 100644 --- a/projects/plugins/jetpack/_inc/client/scss/shared/admin-static.scss +++ b/projects/plugins/jetpack/_inc/client/scss/shared/admin-static.scss @@ -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; -} diff --git a/projects/plugins/jetpack/changelog/change-retire-legacy-dolly-rules b/projects/plugins/jetpack/changelog/change-retire-legacy-dolly-rules new file mode 100644 index 000000000000..124035c68366 --- /dev/null +++ b/projects/plugins/jetpack/changelog/change-retire-legacy-dolly-rules @@ -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.