We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62ff212 + 03f3fd2 commit bef0cd1Copy full SHA for bef0cd1
lib/backpex/html/form.ex
@@ -111,9 +111,7 @@ defmodule Backpex.HTML.Form do
111
name={@name}
112
class={[
113
@input_class || "select w-full",
114
- @errors != [] &&
115
- (@error_class ||
116
- "select-error text-error-content bg-error/10 [&.select::picker(select)]:bg-base-100 [&.select::picker(select)]:text-base-content")
+ @errors != [] && (@error_class || "select-error text-error-content bg-error/10")
117
]}
118
multiple={@multiple}
119
{@rest}
0 commit comments