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
8cf500d8
Commit
8cf500d8
authored
4 years ago
by
Brian Canini
Browse files
Options
Downloads
Patches
Plain Diff
removing text-transform capitalization from dropdown menu items in main navigation
parent
dda73734
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
web/themes/asc_bootstrap/assets/sass/components/_menu.scss
+2
-2
2 additions, 2 deletions
web/themes/asc_bootstrap/assets/sass/components/_menu.scss
web/themes/asc_bootstrap/css/style.css
+2
-2
2 additions, 2 deletions
web/themes/asc_bootstrap/css/style.css
with
4 additions
and
4 deletions
web/themes/asc_bootstrap/assets/sass/components/_menu.scss
+
2
−
2
View file @
8cf500d8
...
...
@@ -60,7 +60,7 @@
a
{
color
:
$brand-gray
;
text-transform
:
capitaliz
e
;
text-transform
:
non
e
;
&
:hover
{
background
:
$brand-red
;
...
...
@@ -268,7 +268,7 @@
}
.sf-depth-2
a
{
text-transform
:
capitaliz
e
;
text-transform
:
non
e
;
font-weight
:
400
;
}
...
...
This diff is collapsed.
Click to expand it.
web/themes/asc_bootstrap/css/style.css
+
2
−
2
View file @
8cf500d8
...
...
@@ -11628,7 +11628,7 @@ article .field--name-body {
/* line 61, ../assets/sass/components/_menu.scss */
#superfish-main
.sf-style-white
li
ul
a
{
color
:
#4A4A4A
;
text-transform
:
capitaliz
e
;
text-transform
:
non
e
;
}
/* line 65, ../assets/sass/components/_menu.scss */
#superfish-main
.sf-style-white
li
ul
a
:hover
{
...
...
@@ -11833,7 +11833,7 @@ article .field--name-body {
}
/* line 270, ../assets/sass/components/_menu.scss */
.sf-menu
.sf-depth-2
a
{
text-transform
:
capitaliz
e
;
text-transform
:
non
e
;
font-weight
:
400
;
}
/* line 275, ../assets/sass/components/_menu.scss */
...
...
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