mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-12 20:06:33 +00:00
Add default border-radius values to .disabled-bar
This commit is contained in:
parent
8b17286fb6
commit
713b5c7cf7
@ -646,8 +646,8 @@ export default class HaAutomationActionRow extends LitElement {
|
|||||||
.disabled-bar {
|
.disabled-bar {
|
||||||
background: var(--divider-color, #e0e0e0);
|
background: var(--divider-color, #e0e0e0);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border-top-right-radius: var(--ha-card-border-radius);
|
border-top-right-radius: var(--ha-card-border-radius, 12px);
|
||||||
border-top-left-radius: var(--ha-card-border-radius);
|
border-top-left-radius: var(--ha-card-border-radius, 12px);
|
||||||
}
|
}
|
||||||
|
|
||||||
mwc-list-item[disabled] {
|
mwc-list-item[disabled] {
|
||||||
|
@ -536,8 +536,8 @@ export default class HaAutomationConditionRow extends LitElement {
|
|||||||
.disabled-bar {
|
.disabled-bar {
|
||||||
background: var(--divider-color, #e0e0e0);
|
background: var(--divider-color, #e0e0e0);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border-top-right-radius: var(--ha-card-border-radius);
|
border-top-right-radius: var(--ha-card-border-radius, 12px);
|
||||||
border-top-left-radius: var(--ha-card-border-radius);
|
border-top-left-radius: var(--ha-card-border-radius, 12px);
|
||||||
}
|
}
|
||||||
ha-list-item[disabled] {
|
ha-list-item[disabled] {
|
||||||
--mdc-theme-text-primary-on-background: var(--disabled-text-color);
|
--mdc-theme-text-primary-on-background: var(--disabled-text-color);
|
||||||
|
@ -683,8 +683,8 @@ export default class HaAutomationTriggerRow extends LitElement {
|
|||||||
.disabled-bar {
|
.disabled-bar {
|
||||||
background: var(--divider-color, #e0e0e0);
|
background: var(--divider-color, #e0e0e0);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border-top-right-radius: var(--ha-card-border-radius);
|
border-top-right-radius: var(--ha-card-border-radius, 12px);
|
||||||
border-top-left-radius: var(--ha-card-border-radius);
|
border-top-left-radius: var(--ha-card-border-radius, 12px);
|
||||||
}
|
}
|
||||||
.triggered {
|
.triggered {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
@ -327,8 +327,8 @@ export default class HaScriptFieldRow extends LitElement {
|
|||||||
.disabled-bar {
|
.disabled-bar {
|
||||||
background: var(--divider-color, #e0e0e0);
|
background: var(--divider-color, #e0e0e0);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border-top-right-radius: var(--ha-card-border-radius);
|
border-top-right-radius: var(--ha-card-border-radius, 12px);
|
||||||
border-top-left-radius: var(--ha-card-border-radius);
|
border-top-left-radius: var(--ha-card-border-radius, 12px);
|
||||||
}
|
}
|
||||||
|
|
||||||
ha-list-item[disabled] {
|
ha-list-item[disabled] {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user