Fix for front-end shortcut showing in mobile sidebar incorrectly

This commit is contained in:
Andy Miller
2016-06-14 18:35:37 +01:00
parent 31351dc2f1
commit 73737ad220
4 changed files with 12 additions and 5 deletions

View File

@@ -1,3 +1,9 @@
# v1.1.0-rc.4
## xx/xx/2016
1. [](#bugfix)
* Fix for 'front-end' shortcut showing in mobile sidebar incorrectly.
# v1.1.0-rc.3
## 06/14/2016

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -20,7 +20,7 @@ $sidebar-padding: 2rem;
}
}
.front-end {
.admin-logo .front-end {
display: none;
}
}
@@ -112,7 +112,7 @@ $sidebar-padding: 2rem;
}
.front-end {
.admin-logo .front-end {
display: inline-block;
}
@@ -235,7 +235,7 @@ $sidebar-padding: 2rem;
}
}
.front-end {
.admin-logo .front-end {
@include breakpoint(mobile-only) {
position: absolute;
right: 20px;