Skip to content

Commit 8e84c2f

Browse files
add input-background variable
1 parent 1c89f34 commit 8e84c2f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

scss/_variables.scss

+1
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ html {
206206
--forms-input-border-width: var(--base-border-width);
207207
--forms-input-border-radius: var(--base-border-radius);
208208
--forms-input-border-color: rgba(0,0,0,0.25);
209+
--forms-input-background: var(--color-page-background);
209210
--forms-input-line-height: normal;
210211
--forms-mandatory-color: var(--color-brand);
211212
// --------------------------------------------------

scss/components/_forms.scss

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ select.select {
4646
border: var(--forms-input-border-width) solid var(--forms-input-border-color);
4747
background-clip: padding-box; // [3]
4848
background-image: none; // [6]
49+
background-color: var(--forms-input-background);
4950
line-height: var(--forms-input-line-height);
5051
}
5152

0 commit comments

Comments
 (0)