Skip to content

Inconsistent css with fieldset / uikit #2069

Description

@Jehfen

Two issues:

  • Fieldset colors aren't cascading to fields (indicated in green)
  • Fields aren't correctly set to the remaining height of the row, resulting in white background instead of the chosen uikit color of the field (indicated in red)

Both issues could be solved by applying:

.InputfieldFieldset>.InputfieldContent>.Inputfields {
  background: inherit;
}
.InputfieldFieldset>.InputfieldContent>.Inputfields .Inputfield {
  background: inherit;
}
Image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions