Skip to content
Snippets Groups Projects
Unverified Commit 3c98f0ea authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3242456 by mherchel, andy-blum, scorbine: Insufficient contrast on...

Issue #3242456 by mherchel, andy-blum, scorbine: Insufficient contrast on Olivero's fieldset elements
parent 7357ae8a
No related branches found
No related tags found
12 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!1896Issue #2940605: Can only intentionally re-render an entity with references 20 times,!10223132456: Fix issue where views instances are emptied before an ajax request is complete,!872Draft: Issue #3221319: Race condition when creating menu links and editing content deletes menu links,!579Issue #2230909: Simple decimals fail to pass validation,!560Move callback classRemove outside of the loop,!555Issue #3202493,!512Issue #3207771: Menu UI node type form documentation points to non-existent function,!485Sets the autocomplete attribute for username/password input field on login form.,!449Issue #2784233: Allow multiple vocabularies in the taxonomy filter,!231Issue #2671162: summary text wysiwyg patch working fine on 9.2.0-dev,!30Issue #3182188: Updates composer usage to point at ./vendor/bin/composer
......@@ -49,7 +49,7 @@
padding-top: 0;
padding-bottom: 0;
color: inherit;
border: solid 2px #7e96a7;
border: solid 2px #5d7585;
border-radius: 0.1875rem;
background-color: #fff;
}
......@@ -78,7 +78,7 @@ _:-ms-fullscreen,
color: inherit;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
background-color: #7e96a7;
background-color: #5d7585;
font-size: 1.125rem;
font-weight: 700;
line-height: 1.6875rem
......@@ -130,7 +130,7 @@ _:-ms-fullscreen,
}
.fieldset__label.is-disabled {
color: #7e96a7;
color: #5d7585;
}
.fieldset__description {
......@@ -185,7 +185,7 @@ _:-ms-fullscreen,
}
.fieldset--group .fieldset__legend--visible ~ .fieldset__wrapper {
border: solid 2px #7e96a7;
border: solid 2px #5d7585;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
......
......@@ -14,7 +14,7 @@
padding-inline-start: 0;
padding-inline-end: 0;
color: inherit;
border: solid 2px var(--color--gray-30);
border: solid 2px var(--color--gray-25);
border-radius: var(--border-radius);
background-color: var(--color--white);
}
......@@ -42,7 +42,7 @@ _:-ms-fullscreen,
color: inherit;
border-top-left-radius: var(--border-radius);
border-top-right-radius: var(--border-radius);
background-color: var(--color--gray-30);
background-color: var(--color--gray-25);
font-size: var(--font-size-l);
font-weight: 700;
line-height: var(--line-height-base);
......@@ -83,7 +83,7 @@ _:-ms-fullscreen,
}
.fieldset__label.is-disabled {
color: var(--color--gray-30);
color: var(--color--gray-25);
}
.fieldset__description {
......@@ -126,7 +126,7 @@ _:-ms-fullscreen,
}
.fieldset--group .fieldset__legend--visible ~ .fieldset__wrapper {
border: solid 2px var(--color--gray-30);
border: solid 2px var(--color--gray-25);
border-bottom-right-radius: var(--border-radius);
border-bottom-left-radius: var(--border-radius);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment