projects
/
WP-Themes
/
visitbenzie.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7486771
)
Topbar dropdown menus enforced to drop the right direction
author
Laury GvR
<laury@gaslightmedia.com>
Thu, 1 Mar 2018 23:55:32 +0000
(18:55 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Thu, 1 Mar 2018 23:55:32 +0000
(18:55 -0500)
scss/_topbar.scss
patch
|
blob
|
history
diff --git
a/scss/_topbar.scss
b/scss/_topbar.scss
index
3519432
..
6f331a0
100644
(file)
--- a/
scss/_topbar.scss
+++ b/
scss/_topbar.scss
@@
-210,7
+210,7
@@
}
}
}
- &.drop-left {
+ &.drop-left
:nth-child(n+3)
{
ul.dropdown {
right: 0%;
left: auto;
@@
-225,6
+225,11
@@
ul.dropdown {
left: 0%;
right: auto;
+ li {
+ a {
+ text-align: left;
+ }
+ }
}
}
// &.drop-right {