Skip to content

Commit 0ae427e

Browse files
committed
Fix Chrome focus issue
This applies mdgriffith#362 Conflicts: src/Internal/Model.elm
1 parent 9e38dd5 commit 0ae427e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Internal/Model.elm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2242,7 +2242,7 @@ renderFocusStyle focus =
22422242
, Just <| Property "outline" "none"
22432243
]
22442244
)
2245-
, Style (Internal.Style.dot classes.any ++ ":focus .focusable, " ++ Internal.Style.dot classes.any ++ ".focusable:focus")
2245+
, Style ("label" ++ Internal.Style.dot classes.any ++ ":focus .focusable, " ++ Internal.Style.dot classes.any ++ ".focusable:focus")
22462246
(List.filterMap identity
22472247
[ Maybe.map (\color -> Property "border-color" (formatColor color)) focus.borderColor
22482248
, Maybe.map (\color -> Property "background-color" (formatColor color)) focus.backgroundColor

0 commit comments

Comments
 (0)