mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 10:59:50 +00:00
Fix icon button padding (#5312)
This commit is contained in:
@@ -246,7 +246,7 @@ class HaEntityPicker extends LitElement {
|
|||||||
paper-input > paper-icon-button {
|
paper-input > paper-icon-button {
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
padding: 2px;
|
padding: 0px 2px;
|
||||||
color: var(--secondary-text-color);
|
color: var(--secondary-text-color);
|
||||||
}
|
}
|
||||||
[hidden] {
|
[hidden] {
|
||||||
|
|||||||
Reference in New Issue
Block a user