Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

CSS fixes for IE11 #418

Merged
merged 27 commits into from
Feb 14, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
b8e1de9
Updating pages and CSS
artuoma Feb 7, 2020
3a36110
Merge branch 'master' into Final-changes-for-release-2
artuoma Feb 7, 2020
7520c52
Update index.html
artuoma Feb 7, 2020
729c4c4
Merge branch 'master' into Final-changes-for-release-2
artuoma Feb 7, 2020
b16f555
Merge branch 'master' into Final-changes-for-release-2
artuoma Feb 10, 2020
9b95036
CSS and content updated
artuoma Feb 10, 2020
ab21240
Merge branch 'master' into Final-changes-for-release-2
artuoma Feb 10, 2020
e499340
Merge branch 'master' into Final-changes-for-release-2
artuoma Feb 10, 2020
8f39642
Adding new action links to pages
artuoma Feb 10, 2020
57c2dae
Fixing focus CSS
artuoma Feb 10, 2020
968f391
Merge branch 'master' into Final-changes-for-release-2
artuoma Feb 10, 2020
b5568ca
Focus state fixes
artuoma Feb 11, 2020
31344c7
Merge branch 'master' into Focus-state-fixes
artuoma Feb 11, 2020
e2a856a
Fix
artuoma Feb 11, 2020
6dadaee
Merge branch 'master' into CSS-fixes-and-adding-Page-Regions
artuoma Feb 11, 2020
1b626af
CSS fixes and adding Page Regions
artuoma Feb 11, 2020
a8d7575
CSS tweaks
artuoma Feb 11, 2020
f88f136
Merge branch 'master' into CSS-tweaks
artuoma Feb 11, 2020
2e1e4c7
Food bank results CSS
artuoma Feb 11, 2020
8c1ba94
Merge branch 'master' into CSS-tweaks
artuoma Feb 11, 2020
722074f
CSS changes
artuoma Feb 14, 2020
901f762
Merge branch 'master' into CSS-tweaks
artuoma Feb 14, 2020
3ba8cb3
Updating Feedback and Footer CSS and structure
artuoma Feb 14, 2020
ed2d7cf
Merge branch 'master' into CSS-tweaks
artuoma Feb 14, 2020
9ddf166
Update index.spec.js
artuoma Feb 14, 2020
6f69028
Merge branch 'master' into CSS-tweaks
artuoma Feb 14, 2020
94f1e14
Fixing for IE11 bugs
artuoma Feb 14, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/css/_general.scss
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ li.active ul.nav.bd-sidenav {
background: rgb(241,241,241);
background: linear-gradient(180deg, rgba(241,241,241,1) 30%, rgba(255,255,255,1) 100%);
border-top: 0;
padding-bottom: 10px;

}

.alpha-footer .container .list-group {
Expand Down
1 change: 1 addition & 0 deletions src/css/_stepbystep.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ cwds-step-list button.step-description {
border-radius: 0!important;
width: min-content!important;
padding: 0px 5px;
min-width: 50px;
}

ul > span.nested-and-or {
Expand Down