Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Drupal Upstream
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ASC IRIS Web Services
Drupal Upstream
Commits
adc8b6fc
Commit
adc8b6fc
authored
1 year ago
by
Michael Lee
Browse files
Options
Downloads
Plain Diff
Merge branch 'canini-3' into 'main'
main nav breakpoint fix See merge request
!52
parents
eb377591
e0de8fc1
No related branches found
Branches containing commit
No related tags found
1 merge request
!52
main nav breakpoint fix
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
web/themes/asc_bootstrap_bux/assets/sass/components/_menu.scss
+1
-1
1 addition, 1 deletion
...hemes/asc_bootstrap_bux/assets/sass/components/_menu.scss
web/themes/asc_bootstrap_bux/css/style.css
+1
-1
1 addition, 1 deletion
web/themes/asc_bootstrap_bux/css/style.css
with
2 additions
and
2 deletions
web/themes/asc_bootstrap_bux/assets/sass/components/_menu.scss
+
1
−
1
View file @
adc8b6fc
...
...
@@ -341,7 +341,7 @@
}
@media
(
max-width
:
768
px
)
{
@media
(
max-width
:
639
px
)
{
background
:
$white
!
important
;
ul
[
role
=
menubar
]
.a11y-navbar-orientation-horizontal
li
ul
[
role
=
menu
]
li
ul
[
role
=
menu
]
li
a
[
role
=
menuitem
]
{
...
...
This diff is collapsed.
Click to expand it.
web/themes/asc_bootstrap_bux/css/style.css
+
1
−
1
View file @
adc8b6fc
...
...
@@ -8544,7 +8544,7 @@ article .field--name-body {
color
:
#212325
!important
;
}
.bux-container
.asc-main-menu
.menu--main
.asc-submenu.a11y-navbar-menu-open
.bux-menu__item
a
{
padding-left
:
2em
!important
;
}
}
@media
(
max-width
:
768
px
)
{
@media
(
max-width
:
639
px
)
{
.bux-container
.asc-main-menu
{
background
:
#ffffff
!important
;
}
.bux-container
.asc-main-menu
ul
[
role
=
menubar
]
.a11y-navbar-orientation-horizontal
li
ul
[
role
=
menu
]
li
ul
[
role
=
menu
]
li
a
[
role
=
menuitem
]
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment