Skip to content
Discussion options

You must be logged in to vote

more-info dialogs are now ha-adaptive-dialog which will then contain either ha-dialog or ha-bottom-sheet. Also more-info now slots the header components indepedently so ha-dialog-header is found differently depending on dialog or bottom sheets.

  uix-more-info-yaml: |
    "$": |
      ha-bottom-sheet slot:nth-of-type(1) ha-dialog-header
      {
        display: none;
      }
    "$ ha-dialog $": |
      wa-dialog slot:nth-of-type(1) ha-dialog-header {
        display: none;
      }

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
6 replies
@BoneheadFraggle
Comment options

@Mariusthvdb
Comment options

@dcapslock
Comment options

Answer selected by dcapslock
@BoneheadFraggle
Comment options

@dcapslock
Comment options

@BoneheadFraggle
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants