projects
/
web
/
GruntInit
/
glmThemeV6.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4bcbac
)
updated toggle class
author
Ian Weller
<ian@gaslightmedia.com>
Wed, 22 Mar 2017 18:12:33 +0000
(14:12 -0400)
committer
Ian Weller
<ian@gaslightmedia.com>
Wed, 22 Mar 2017 18:12:33 +0000
(14:12 -0400)
I added width: auto to the a.toggle class in the left-off-canvas.scss
root/scss/_left-off-canvas.scss
patch
|
blob
|
history
diff --git
a/root/scss/_left-off-canvas.scss
b/root/scss/_left-off-canvas.scss
index
b630a7c
..
eabb5af
100644
(file)
--- a/
root/scss/_left-off-canvas.scss
+++ b/
root/scss/_left-off-canvas.scss
@@
-21,6
+21,7
@@
div.off-canvas li.page_item_has_children a.toggle {
position: absolute;
right: 0;
top: 15px;
+ width: auto;
text-decoration: none;
&:before {
@include off-canvas-point(right, $white, 17px);