Basic

Missing home icon in tabbed nav bar - Basic

Missing home icon in tabbed nav bar

by zpintar » Sun Sep 20, 2020 8:17 am

For my opinion, in tabbed nav bar is missing home icon in Home tab (like forums have forum icon, or members have members icon ;) )
So, please, can you add this code in _common.scss code (ex. after .forums .nav-link)?

Code: Select all

		.home .nav-link {
			@extend %glyph;
			.rtl & {
				padding-left: $tab-padding;
				padding-right: ($tab-padding + 20px);
			}
			&:after {
				@extend %glyph-fa;
				content: '\f015';	// fa-home
			}
			@media (max-width: 550px) {
				@extend %glyph-only-media;
			}
		}
It is hard to add in custom.scss because this is a part of the larger part of code and no sense to add so many code in custom
User avatar
zpintar
Registered User
Posts: 40
Joined: Fri Jan 18, 2013 8:51 am
Location: Croatia
Name: Žarko Pintar