mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-13 12:26:35 +00:00
Fix icon button padding (#5312)
This commit is contained in:
parent
415a4fa1af
commit
c894bc2e40
@ -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] {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user