diff --git a/core/themes/bartik/bartik.libraries.yml b/core/themes/bartik/bartik.libraries.yml index 18ba3fa..df74289 100644 --- a/core/themes/bartik/bartik.libraries.yml +++ b/core/themes/bartik/bartik.libraries.yml @@ -38,7 +38,6 @@ global-styling: css/components/tips.css: {} css/components/toolbar.css: {} css/components/featured-bottom.css: {} - css/components/user.css: {} css/components/password-suggestions.css: {} # @see https://www.drupal.org/node/2389735 css/components/vertical-tabs.component.css: {} diff --git a/core/themes/bartik/css/components/password-suggestions.css b/core/themes/bartik/css/components/password-suggestions.css index 02b09c0..77078fd 100644 --- a/core/themes/bartik/css/components/password-suggestions.css +++ b/core/themes/bartik/css/components/password-suggestions.css @@ -1,8 +1,8 @@ /** * @file - * Password Suggestions. + * Styles for password suggestions in Bartik */ .password-suggestions { - border: 0; -} \ No newline at end of file + border: 0; +} diff --git a/core/themes/bartik/css/components/user.css b/core/themes/bartik/css/components/user.css deleted file mode 100644 index 6004245..0000000 --- a/core/themes/bartik/css/components/user.css +++ /dev/null @@ -1,8 +0,0 @@ -/** - * @file - * User Profile Page. - */ - -.profile .field-name-field-user-picture { - float: none; -}