Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/dialogs/more-info/controls/more-info-cover.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ class MoreInfoCover extends LocalizeMixin(PolymerElement) {
.current_position,
.tilt {
max-height: 0px;
overflow: hidden;
Comment on lines 23 to -24
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now it will not be hidden when it should?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are correct. I just now had my cover pretend that it cannot tilt, and then this simplistic fix does not work.

Probably better to somehow fix that then inside the ha-slider. But snce I am not a CSS wiz, I guess that might be beyond my capabilities.

}

.has-set_position .current_position,
Expand Down
1 change: 0 additions & 1 deletion src/dialogs/more-info/controls/more-info-light.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ class MoreInfoLight extends LitElement {
.content > * {
width: 100%;
max-height: 84px;
overflow: hidden;
}

.color_temp {
Expand Down