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

Issue #3206948 by mherchel, Gauravmahlawat: Olivero: input[type=color] should...

Issue #3206948 by mherchel, Gauravmahlawat: Olivero: input[type=color] should have a wider width and no padding
parent b27ddcf9
Branches
Tags
5 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!1012Issue #3226887: Hreflang on non-canonical content pages,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10,!596Issue #3046532: deleting an entity reference field, used in a contextual view, makes the whole site unrecoverable,!16Draft: Resolve #2081585 "History storage"
......@@ -128,3 +128,8 @@ textarea {
padding-top: 0.84375rem;
padding-bottom: 0.84375rem;
}
[type="color"] {
width: 3.375rem;
padding: 0;
}
......@@ -84,3 +84,8 @@ textarea {
height: auto;
padding-block: var(--sp0-75);
}
[type="color"] {
width: var(--sp3);
padding: 0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment