Add top left home menu item when home page configured

This commit is contained in:
J. Ryan Stinnett 2019-02-08 13:48:51 +00:00
parent 5701bf89de
commit 5ab3c8b823
3 changed files with 32 additions and 1 deletions

View file

@ -27,6 +27,10 @@ limitations under the License.
margin: 5px 0;
padding: 0;
li.mx_TopLeftMenu_icon_home::after {
mask-image: url('$(res)/img/feather-icons/home.svg');
}
li.mx_TopLeftMenu_icon_settings::after {
mask-image: url('$(res)/img/feather-icons/settings.svg');
}