Refine activatable controls with generic remove class and shared style cascade

This commit is contained in:
2026-05-19 11:14:27 +02:00
parent 30193be5bd
commit 8d245c0456
2 changed files with 11 additions and 6 deletions
+7 -2
View File
@@ -928,7 +928,7 @@ section + section {
color: var(--text-control-default);
}
.sg-slider-row .sg-pulldown-panel__remove {
.sg-slider-row .sg-activatable-remove {
flex: 0 0 auto;
}
@@ -1155,7 +1155,8 @@ section + section {
color: var(--text-control-default);
}
.sg-pulldown-panel__remove {
.sg-pulldown-panel__remove,
.sg-activatable-remove {
display: inline-flex;
align-items: center;
justify-content: center;
@@ -1176,6 +1177,10 @@ section + section {
display: none;
}
.sg-activatable-remove[hidden] {
display: none;
}
.sg-pulldown-panel__row--disabled {
color: var(--text-control-disabled);
opacity: var(--disabled-opacity);