Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Commit

Permalink
release v5.0.12
Browse files Browse the repository at this point in the history
- Cleaned up the core js code
- Removed em font size from mobile search toggle button to make sure it is not shifting on settings font increases
- Fixed mobile hamburger navigation misplacement issue that occurs with font increase settings functionality
- Updated jquery-migrate.js to version 3.1.0
- Updated return to top color contrast ratio
- Updated main-content padding-top value
- Fixed accessibility roles in carousel control buttons
  • Loading branch information
kkoryaka committed Nov 13, 2019
1 parent 66d298b commit fd7e51e
Show file tree
Hide file tree
Showing 38 changed files with 1,302 additions and 2,289 deletions.
2 changes: 1 addition & 1 deletion StateTemplateV5/App_Start/BundleConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public static void RegisterBundles(BundleCollection bundles)
{
bundles.Add(new ScriptBundle("~/bundles/stateTemplateLibJs").Include(
"~/Content/StateTemplate/js/libs/jquery.min.js",
"~/Content/StateTemplate/js/libs/jquery-migrate-3.0.1.min.js"));
"~/Content/StateTemplate/js/libs/jquery-migrate.min.js"));

bundles.Add(new ScriptBundle("~/bundles/stateTemplateJs").Include(
"~/Content/StateTemplate/js/cagov.core.min.js",
Expand Down
28 changes: 11 additions & 17 deletions StateTemplateV5/Content/StateTemplate/css/cagov.core.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* CA State Template v5 - @version v5.0.11 - 9/6/2019
* CA State Template v5 - @version v5.0.12 - 11/13/2019
STYLES COMPILED FROM SOURCE (SCSS) DO NOT MODIFY */
/* -----------------------------------------
BOOTSTRAP v4.3.1 - /source/scss/bootstrap/
Expand Down Expand Up @@ -9391,14 +9391,6 @@ ul.et-fb-font-icon-list li:after {
speak: none;
}

li[class^="et_pb_ca"]::before,
li[class^="et_pb_profile_banner"]::before,
li[class^="et_fb_ca"]::before,
li[class^="et_fb_profile_banner"]::before {
font-family: 'CaGov' !important;
content: '\e90b' !important;
}

.ca-gov-icon-collapse-all:before {
content: "\e970";
}
Expand Down Expand Up @@ -11695,8 +11687,8 @@ code {
}

.header-cagov-logo img {
top: 4px;
height: 32px;
top: 2px;
height: 34px;
position: absolute;
}

Expand Down Expand Up @@ -13589,9 +13581,7 @@ a.second-level-link [class^="ca-gov-icon-"] {
/source/scss/cagov/nav-mobile-controls.scss
----------------------------------------- */
.mobile-controls {
font-size: 40px;
font-size: 2.5rem;
padding: .2em;
padding: 5px;
cursor: pointer;
text-align: right;
position: relative;
Expand Down Expand Up @@ -13638,8 +13628,8 @@ a.second-level-link [class^="ca-gov-icon-"] {
}

.mobile-controls .ca-gov-icon-menu-toggle-open, .mobile-controls .ca-gov-icon-menu-toggle-closed {
padding-left: 1em;
padding-right: 1em;
padding-left: 16px;
padding-right: 16px;
line-height: 44px;
}

Expand All @@ -13652,9 +13642,13 @@ a.second-level-link [class^="ca-gov-icon-"] {
.mobile-controls .toggle-search {
padding: 0;
width: 52px;
font-size: 40px;
border: none;
background: none;
cursor: pointer;
position: relative;
top: -8px;
text-align: right;
}

.mobile-controls .toggle-search:focus {
Expand Down Expand Up @@ -14765,7 +14759,7 @@ body {
opacity: 0;
visibility: hidden;
color: #fff;
background: rgba(0, 0, 0, 0.4);
background: rgba(0, 0, 0, 0.6);
font-size: 30px;
text-align: center;
text-decoration: none;
Expand Down
4 changes: 2 additions & 2 deletions StateTemplateV5/Content/StateTemplate/css/cagov.core.min.css

Large diffs are not rendered by default.

10 changes: 1 addition & 9 deletions StateTemplateV5/Content/StateTemplate/css/cagov.font-only.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* CA State Template v5 - @version v5.0.11 - 9/6/2019
* CA State Template v5 - @version v5.0.12 - 11/13/2019
STYLES COMPILED FROM SOURCE (SCSS) DO NOT MODIFY */
/* -----------------------------------------
ICON FONTS - /source/scss/cagov/icon-font.scss
Expand Down Expand Up @@ -37,14 +37,6 @@ ul.et-fb-font-icon-list li:after {
speak: none;
}

li[class^="et_pb_ca"]::before,
li[class^="et_pb_profile_banner"]::before,
li[class^="et_fb_ca"]::before,
li[class^="et_fb_profile_banner"]::before {
font-family: 'CaGov' !important;
content: '\e90b' !important;
}

.ca-gov-icon-collapse-all:before {
content: "\e970";
}
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* CA State Template v5 - @version v5.0.11 - 9/6/2019
* CA State Template v5 - @version v5.0.12 - 11/13/2019
STYLES COMPILED FROM SOURCE (SCSS) DO NOT MODIFY */
/* -----------------------------------------
EUREKA
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* CA State Template v5 - @version v5.0.11 - 9/6/2019
* CA State Template v5 - @version v5.0.12 - 11/13/2019
STYLES COMPILED FROM SOURCE (SCSS) DO NOT MODIFY */
/* -----------------------------------------
MONO
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* CA State Template v5 - @version v5.0.11 - 9/6/2019
* CA State Template v5 - @version v5.0.12 - 11/13/2019
STYLES COMPILED FROM SOURCE (SCSS) DO NOT MODIFY */
/* -----------------------------------------
OCEANSIDE
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* CA State Template v5 - @version v5.0.11 - 9/6/2019
* CA State Template v5 - @version v5.0.12 - 11/13/2019
STYLES COMPILED FROM SOURCE (SCSS) DO NOT MODIFY */
/* -----------------------------------------
ORANGE COUNTY
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* CA State Template v5 - @version v5.0.11 - 9/6/2019
* CA State Template v5 - @version v5.0.12 - 11/13/2019
STYLES COMPILED FROM SOURCE (SCSS) DO NOT MODIFY */
/* -----------------------------------------
PASOROBLES
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* CA State Template v5 - @version v5.0.11 - 9/6/2019
* CA State Template v5 - @version v5.0.12 - 11/13/2019
STYLES COMPILED FROM SOURCE (SCSS) DO NOT MODIFY */
/* -----------------------------------------
SACRAMENTO
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* CA State Template v5 - @version v5.0.11 - 9/6/2019
* CA State Template v5 - @version v5.0.12 - 11/13/2019
STYLES COMPILED FROM SOURCE (SCSS) DO NOT MODIFY */
/* -----------------------------------------
SANTABARBARA
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* CA State Template v5 - @version v5.0.11 - 9/6/2019
* CA State Template v5 - @version v5.0.12 - 11/13/2019
STYLES COMPILED FROM SOURCE (SCSS) DO NOT MODIFY */
/* -----------------------------------------
SIERRA
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* CA State Template v5 - @version v5.0.11 - 9/6/2019
* CA State Template v5 - @version v5.0.12 - 11/13/2019
STYLES COMPILED FROM SOURCE (SCSS) DO NOT MODIFY */
/* -----------------------------------------
TRINITY
Expand Down

Large diffs are not rendered by default.

Binary file modified StateTemplateV5/Content/StateTemplate/images/template-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit fd7e51e

Please sign in to comment.