Skip to content

Commit a59d66b

Browse files
authored
Button cursor and fix alignment
This will make the button clickable and fixes the alignment of the custom buttons.
1 parent ffb4193 commit a59d66b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

light-entity-row.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,13 @@ class AdjustableLightEntityRow extends Polymer.Element {
3232
}
3333
.flex-box {
3434
display: flex;
35-
justify-content: space-between;
35+
justify-content: space-evenly;
3636
}
3737
paper-button {
3838
color: var(--primary-color);
3939
font-weight: 500;
4040
margin-right: -.57em;
41+
cursor: pointer;
4142
}
4243
</style>
4344
<hui-generic-entity-row

0 commit comments

Comments
 (0)