projects
/
experiments
/
scss-responsive-toggle-menu.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
1ab5593
)
Add some more comments for consistency with the other comments
author
Antonio Ospite <ao2@ao2.it>
Mon, 3 Jul 2017 06:59:08 +0000
(08:59 +0200)
committer
Antonio Ospite <ao2@ao2.it>
Mon, 3 Jul 2017 06:59:08 +0000
(08:59 +0200)
scss/modules/_toggle-menu.scss
patch
|
blob
|
history
diff --git
a/scss/modules/_toggle-menu.scss
b/scss/modules/_toggle-menu.scss
index
1cb6f4d
..
6dd028a
100644
(file)
--- a/
scss/modules/_toggle-menu.scss
+++ b/
scss/modules/_toggle-menu.scss
@@
-52,6
+52,7
@@
}
}
}
}
+ /* common big screen style for when :target is supported */
@media screen and (min-width: 48.25em) {
body:not(:target) .toggle-menu {
.toggle-menu__list .toggle-menu__item {
@media screen and (min-width: 48.25em) {
body:not(:target) .toggle-menu {
.toggle-menu__list .toggle-menu__item {
@@
-64,6
+65,7
@@
@mixin _toggle-menu-theme {
@mixin _toggle-menu-theme {
+ /* toggle-menu theming */
.toggle-menu {
a {
.toggle-menu {
a {