Skip to content

emotion/native's css method does not work for border-bottom.Β #1488

@tian-yi

Description

@tian-yi

Current behavior:

<TextInput style={css`border-bottom: 1px solid gold;`} />

This does not apply any styles to the TextInput's bottom border. This does not work for other specific sides either like border-top, left or right

This works though:

<TextInput style={css` border-bottom-color: red; border-bottom-width: 1px;`} />

Using just border also works.

<TextInput style={css`border: 1px solid gold;`} />

Tested on the following versions of react, react-native, emotion and emotion/native

  • react version: 16.8, 16.9
  • react-native version: 0.59.8
  • emotion/core version: 10.0.14, 10.0.17
  • emotion/native version: 10.0.14

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions