mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-09 04:36:11 +10:00
Merge branch 'sidebar-overlap-fix' into 'master'
Fix issue with overlap of sidebar links. Thanks @iamphill for the help with this one.  cc @iamphill @alfredo1 @dzaporozhets @rymai See merge request !3043
This commit is contained in:
committed by
Rémy Coutable
parent
c05bb00737
commit
c081928d06
@@ -13,7 +13,7 @@
|
||||
transition-duration: .3s;
|
||||
}
|
||||
|
||||
.home {
|
||||
.gitlab-text-container-link {
|
||||
z-index: 1;
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
.header-logo
|
||||
%a#logo
|
||||
= brand_header_logo
|
||||
= link_to root_path, class: 'home', title: 'Dashboard', id: 'js-shortcuts-home' do
|
||||
= link_to root_path, class: 'gitlab-text-container-link', title: 'Dashboard', id: 'js-shortcuts-home' do
|
||||
.gitlab-text-container
|
||||
%h3 GitLab
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
.header-logo
|
||||
%a#logo
|
||||
= brand_header_logo
|
||||
= link_to root_path, class: 'home', title: 'Dashboard', id: 'js-shortcuts-home' do
|
||||
= link_to root_path, class: 'gitlab-text-container-link', title: 'Dashboard', id: 'js-shortcuts-home' do
|
||||
.gitlab-text-container
|
||||
%h3 GitLab
|
||||
|
||||
|
||||
Reference in New Issue
Block a user