accessibility amends misc

This commit is contained in:
2024-02-19 16:54:56 +00:00
parent cf04ceba50
commit c98e05d549
15 changed files with 569 additions and 523 deletions
+2 -1
View File
@@ -81,6 +81,7 @@ html[data-useragent*="MSIE 10.0"] .flex-container {
.card-heading {
margin-top: 0;
font-size: 1.17rem;
}
.card-body {
@@ -266,7 +267,7 @@ div.cardModuleItem:last-of-type {
margin-right: 10px;
}
a {}
}
.cardModuleRemoveCase {
+62 -5
View File
@@ -200,6 +200,19 @@ a.longLinkBreak {
letter-spacing: 1px;
padding: 5px 8px 4px;
}
.govuk-phase-banner__content {
line-height: 1.5;
}
.govuk-tag.govuk-phase-banner__content__tag {
line-height: 1.5;
}
.govuk-phase-banner__text {
line-height: 1.5;
}
}
}
}
@@ -1140,8 +1153,10 @@ textarea,
}
&:focus {
border: none;
// border: none;
// box-shadow: none;
box-shadow: none;
border: #ffd530 solid 3px
}
}
}
@@ -1903,10 +1918,22 @@ ul#sharePageLinks.active {
&.activePaginationItem {
color: #b80d0d;
background-color: transparent;
border: none;
cursor: pointer;
// &:before {
// content: "";
// background-image: url(/assets/images/arrow-left--active.svg);
// }
&:focus {
background-color: #ffd530 !important;
border-color: transparent !important;
color: #1f1f1f !important;
outline: 2px solid #1f1f1f;
text-decoration: none !important;
box-shadow: none;
}
}
@media screen and (max-width: 768px) {
@@ -1942,6 +1969,19 @@ ul#sharePageLinks.active {
.activePaginationItem {
color: #b80d0d;
border: none;
background: none;
cursor: pointer;
&:focus {
background-color: #ffd530 !important;
border-color: transparent !important;
color: #1f1f1f !important;
outline: 2px solid #1f1f1f;
text-decoration: none !important;
box-shadow: none;
}
}
@media screen and (max-width: 768px) {
@@ -1966,11 +2006,23 @@ ul#sharePageLinks.active {
&.activePaginationItem {
color: #b80d0d;
background-color: transparent;
border: none;
cursor: pointer;
&:after {
content: "";
background-image: url(/assets/images/arrow-right--active.svg);
}
&:focus {
background-color: #ffd530 !important;
border-color: transparent !important;
color: #1f1f1f !important;
outline: 2px solid #1f1f1f;
text-decoration: none !important;
box-shadow: none;
}
}
@media screen and (max-width: 768px) {
@@ -2047,13 +2099,18 @@ ul#sharePageLinks.active {
color: #0b0c0c;
background-color: #ffdd00;
-webkit-box-shadow: 0 2px 0 #0b0c0c;
box-shadow: 0 2px 0 #0b0c0c;
box-shadow: 0 0px 0 #0b0c0c;
& .eye:before {
background-color: #ffdd00;
border: solid 1px #ffdd00;
}
}
&.watched_link {
color: $black !important;
background-color: $white;
width: 13px;
width: 24px;
display: block;
.eye {
@@ -2068,7 +2125,7 @@ ul#sharePageLinks.active {
&.watchLink {
width: 13px;
width: 24px;
display: block;
}
@@ -2081,7 +2138,7 @@ ul#sharePageLinks.active {
position: relative;
transform: rotate(45deg);
display: block;
top: 3.5px;
top: 0.5px;
background-color: white;
}