Refine activatable controls with generic remove class and shared style cascade
This commit is contained in:
+7
-2
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user