Commit abc65bbb authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Improve sidebar navigation UI for mobile devices

parent 74ccfa8f
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
.nav-sidebar li { .nav-sidebar li {
&.active a { &.active a {
color: #333; color: #333;
background: #FFF; background: #FFF !important;
font-weight: bold; font-weight: bold;
border: 1px solid #EEE; border: 1px solid #EEE;
border-right: 1px solid transparent; border-right: 1px solid transparent;
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
&:hover { &:hover {
text-decoration: none; text-decoration: none;
color: #333; color: #333;
background: #DDD; background: #EEE;
} }
&:active, &:focus { &:active, &:focus {
...@@ -125,7 +125,6 @@ ...@@ -125,7 +125,6 @@
.sidebar-wrapper { .sidebar-wrapper {
width: 52px; width: 52px;
overflow-x: hidden;
.nav-sidebar { .nav-sidebar {
margin-top: 20px; margin-top: 20px;
...@@ -139,6 +138,7 @@ ...@@ -139,6 +138,7 @@
padding: 8px 15px; padding: 8px 15px;
text-align: center; text-align: center;
& > span { & > span {
display: none; display: none;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment