mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 19:26:36 +00:00
Add outline to a label (2) (#22803)
* Update ha-filter-labels.ts * Update ha-automation-picker.ts * Update ha-scene-dashboard.ts * Update ha-script-picker.ts * Update ha-config-devices-dashboard.ts * Update ha-config-entities.ts * Update ha-config-helpers.ts * Update ha-filter-labels.ts * Update ha-automation-picker.ts * Update ha-config-devices-dashboard.ts * Update ha-config-helpers.ts * Update ha-script-picker.ts * Update ha-scene-dashboard.ts * Update ha-config-entities.ts * Update ha-data-table-labels.ts * Update ha-label.ts * Update ha-label.ts
This commit is contained in:
parent
42b1f938d6
commit
7cbebfd603
@ -113,7 +113,6 @@ class HaDataTableLabels extends LitElement {
|
|||||||
ha-label {
|
ha-label {
|
||||||
--ha-label-background-color: var(--color, var(--grey-color));
|
--ha-label-background-color: var(--color, var(--grey-color));
|
||||||
--ha-label-background-opacity: 0.5;
|
--ha-label-background-opacity: 0.5;
|
||||||
outline: 1px solid var(--outline-color);
|
|
||||||
}
|
}
|
||||||
ha-button-menu {
|
ha-button-menu {
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
@ -26,6 +26,7 @@ class HaLabel extends LitElement {
|
|||||||
0.15
|
0.15
|
||||||
);
|
);
|
||||||
--ha-label-background-opacity: 1;
|
--ha-label-background-opacity: 1;
|
||||||
|
border: 1px solid var(--outline-color);
|
||||||
position: relative;
|
position: relative;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user