Skip to content

Commit

Permalink
Button cursor and fix alignment
Browse files Browse the repository at this point in the history
This will make the button clickable and fixes the alignment of the custom buttons.
  • Loading branch information
LEJOUI authored Jun 9, 2020
1 parent ffb4193 commit a59d66b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion light-entity-row.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,13 @@ class AdjustableLightEntityRow extends Polymer.Element {
}
.flex-box {
display: flex;
justify-content: space-between;
justify-content: space-evenly;
}
paper-button {
color: var(--primary-color);
font-weight: 500;
margin-right: -.57em;
cursor: pointer;
}
</style>
<hui-generic-entity-row
Expand Down

0 comments on commit a59d66b

Please sign in to comment.