Skip to content

Commit 9fe391b

Browse files
authored
Merge pull request #194 from OpenSourceOrg/feature/gh169-add-ai-wide-template__DEV__FIX
Fix footer underline on nav
2 parents f7325d0 + 5745296 commit 9fe391b

File tree

5 files changed

+37
-43
lines changed

5 files changed

+37
-43
lines changed

themes/osi/assets/css/editor-style.css

Lines changed: 5 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

themes/osi/assets/css/editor-style.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

themes/osi/assets/scss/_8_overrides.templates.scss

Lines changed: 25 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -581,43 +581,41 @@ footer.ai-footer {
581581
display: block;
582582
margin-top: 6px; // controls vertical spacing
583583
}
584-
ul {
584+
ul:not(.menu) {
585585
margin: 0;
586586
margin-block-start: 0;
587587
padding-left: 0;
588-
}
589-
li {
590-
margin-bottom: 0px;
591-
list-style: none;
592-
position: relative;
593-
padding-left: 10px;
594-
/* add space for the custom marker */
595-
a {
596-
color: #74787c;
597-
text-decoration: none;
598-
font-weight: 400;
599-
font-size: 16px;
600-
line-height: 40px;
601-
transition: 0.3s;
602-
margin-bottom: 0;
603-
.dashicons {
588+
li {
589+
margin-bottom: 0px;
590+
list-style: none;
591+
position: relative;
592+
a {
593+
color: #74787c;
594+
text-decoration: none;
604595
font-weight: 400;
605596
font-size: 16px;
606597
line-height: 40px;
607598
transition: 0.3s;
608599
margin-bottom: 0;
609-
height: 14px;
610-
vertical-align: initial;
611-
text-align: center;
612-
margin-right: 7px;
613-
color: #3DA639;
600+
.dashicons {
601+
font-weight: 400;
602+
font-size: 16px;
603+
line-height: 40px;
604+
transition: 0.3s;
605+
margin-bottom: 0;
606+
height: 14px;
607+
vertical-align: initial;
608+
text-align: center;
609+
margin-right: 7px;
610+
color: #3DA639;
611+
}
614612
}
615613
}
616-
}
617-
li:hover a {
618-
color: white;
619-
text-decoration: underline;
620-
text-decoration-color: #3DA639;
614+
li:hover a {
615+
color: white;
616+
text-decoration: underline;
617+
text-decoration-color: #3DA639;
618+
}
621619
}
622620
}
623621
}

themes/osi/style.css

Lines changed: 5 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

themes/osi/style.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)