diff --git a/scss/content/_typography.scss b/scss/content/_typography.scss index 90f78558..4406d8ca 100644 --- a/scss/content/_typography.scss +++ b/scss/content/_typography.scss @@ -124,8 +124,8 @@ // Margin-top for nested lists // 1. Remove the margin on nested lists in Chrome, Edge, IE, and Safari :where(dl, ol, ul) :where(dl, ol, ul) { - margin: 0; // 1 - margin-top: calc(var(#{$✨}typography-spacing-vertical) * 0.25); + margin: 0; // 1 + margin-top: calc(var(#{$✨}typography-spacing-vertical) * 0.25); } ul li { diff --git a/scss/forms/_input-file.scss b/scss/forms/_input-file.scss index c2e2ec27..ca01e208 100644 --- a/scss/forms/_input-file.scss +++ b/scss/forms/_input-file.scss @@ -8,7 +8,7 @@ // 1. Hack to display the outline on the focused file selector button // with the forced overflow hidden on the input[type="file"] element. - input[type="file"] { + [type="file"] { #{$✨}color: var(#{$✨}muted-color); margin-left: calc(var(#{$✨}outline-width) * -1); // 1 padding: calc(var(#{$✨}form-element-spacing-vertical) * 0.5) 0; diff --git a/scss/forms/_input-search.scss b/scss/forms/_input-search.scss index 4323d09b..89e3af93 100644 --- a/scss/forms/_input-search.scss +++ b/scss/forms/_input-search.scss @@ -10,7 +10,6 @@ input:not([type="checkbox"], [type="radio"], [type="range"], [type="file"]) { &[type="search"] { padding-inline-start: calc(var(#{$✨}form-element-spacing-horizontal) + 1.75rem); - border-radius: 5rem; background-image: var(#{$✨}icon-search); background-position: center left 1.125rem; background-size: 1rem auto;