Skip to content

Commit

Permalink
Add outline to a label (2) (#22803)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
ildar170975 authored Nov 13, 2024
1 parent 42b1f93 commit 7cbebfd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/components/data-table/ha-data-table-labels.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ class HaDataTableLabels extends LitElement {
ha-label {
--ha-label-background-color: var(--color, var(--grey-color));
--ha-label-background-opacity: 0.5;
outline: 1px solid var(--outline-color);
}
ha-button-menu {
border-radius: 10px;
Expand Down
1 change: 1 addition & 0 deletions src/components/ha-label.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class HaLabel extends LitElement {
0.15
);
--ha-label-background-opacity: 1;
border: 1px solid var(--outline-color);
position: relative;
box-sizing: border-box;
display: inline-flex;
Expand Down

0 comments on commit 7cbebfd

Please sign in to comment.