mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-17 00:26:07 +10:00
Improve sidebar navigation UI for mobile devices
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
.nav-sidebar li {
|
||||
&.active a {
|
||||
color: #333;
|
||||
background: #FFF;
|
||||
background: #FFF !important;
|
||||
font-weight: bold;
|
||||
border: 1px solid #EEE;
|
||||
border-right: 1px solid transparent;
|
||||
@@ -77,7 +77,7 @@
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
color: #333;
|
||||
background: #DDD;
|
||||
background: #EEE;
|
||||
}
|
||||
|
||||
&:active, &:focus {
|
||||
@@ -125,7 +125,6 @@
|
||||
|
||||
.sidebar-wrapper {
|
||||
width: 52px;
|
||||
overflow-x: hidden;
|
||||
|
||||
.nav-sidebar {
|
||||
margin-top: 20px;
|
||||
@@ -139,6 +138,7 @@
|
||||
padding: 8px 15px;
|
||||
text-align: center;
|
||||
|
||||
|
||||
& > span {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user