diff --git a/core/modules/user/css/user.icons.theme.css b/core/themes/seven/css/components/user.icons.theme.css similarity index 62% rename from core/modules/user/css/user.icons.theme.css rename to core/themes/seven/css/components/user.icons.theme.css index 66c2366..7df6ba2 100644 --- a/core/modules/user/css/user.icons.theme.css +++ b/core/themes/seven/css/components/user.icons.theme.css @@ -7,9 +7,9 @@ * Toolbar tab icon. */ .toolbar-bar .toolbar-icon-user:before { - background-image: url(../../../misc/icons/bebebe/person.svg); + background-image: url(../../../../misc/icons/bebebe/person.svg); } .toolbar-bar .toolbar-icon-user:active:before, .toolbar-bar .toolbar-icon-user.is-active:before { - background-image: url(../../../misc/icons/ffffff/person.svg); + background-image: url(../../../../misc/icons/ffffff/person.svg); } diff --git a/core/themes/seven/seven.libraries.yml b/core/themes/seven/seven.libraries.yml index 0b814b5..93ca9f8 100644 --- a/core/themes/seven/seven.libraries.yml +++ b/core/themes/seven/seven.libraries.yml @@ -29,6 +29,7 @@ global-styling: css/components/system-status-report.css: {} css/components/tabs.css: {} css/components/tour.theme.css: {} + css/components/user.icons.theme.css: {} css/components/views-ui.css: {} layout: css/layout/layout.css: {}