only in patch2: unchanged: --- a/core/tests/Drupal/KernelTests/Core/Theme/ConfirmClassyCopiesTest.php +++ b/core/tests/Drupal/KernelTests/Core/Theme/ConfirmClassyCopiesTest.php @@ -712,7 +712,7 @@ protected function getClassyHash($type, $file) { 'tabs.css' => 'e58827db5c767c41b67488244c14056c', 'textarea.css' => '2bc390c137c5205bbcd7645d6c1c86de', 'ui-dialog.css' => '4a3d036007ba8c8c80f4a21a369c72cc', - 'user.css' => '0ec6acc22567a7c9c228f04b5a97c711', + 'user.css' => 'aed3cfb66e5d8a83ad7079d2daefd215', ], 'js' => [ 'media_embed_ckeditor.theme.es6.js' => 'decf95c314bf22c642fb630179502e43', only in patch2: unchanged: --- a/core/themes/bartik/css/components/user.css +++ b/core/themes/bartik/css/components/user.css @@ -55,6 +55,11 @@ clear: right; } +@media all and (min-width: 600px) { + .password-parent .toggle-password { + margin: 0 0.75em; + } +} /* Styling for the status indicator of the passwords match test. */ .password-confirm-message .ok { color: #325e1c;