Skip to content

Commit f441491

Browse files
committed
Fix headline ingredient select focus style
Signed-off-by: Thomas von Deyen <[email protected]>
1 parent 3820822 commit f441491

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

app/assets/builds/alchemy/admin.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/stylesheets/alchemy/admin/forms.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,12 @@ form {
192192
right: var(--form-field-addon-width);
193193

194194
select {
195-
border-right-width: 0;
196195
border-top-right-radius: 0;
197196
border-bottom-right-radius: 0;
197+
198+
&:not(:focus) {
199+
border-right-width: 0;
200+
}
198201
}
199202
}
200203
}

0 commit comments

Comments
 (0)